![]() |
MSPM0_ValvanoWare
1.0
ECE445L starter code
|
Initialize Periodic interrupt timers. More...
Go to the source code of this file.
Functions | |
| void | TimerG0_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer G0 interrupt. More... | |
| void | TimerG8_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer G8 interrupt. More... | |
| void | TimerA0_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer A0 interrupt. More... | |
| void | TimerA1_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer A1 interrupt. More... | |
| void | TimerG7_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer G7 interrupt. More... | |
| void | TimerG6_IntArm (uint16_t period, uint32_t prescale, uint32_t priority) |
| Initialize Timer G6 interrupt. More... | |
| void | TimerG12_IntArm (uint32_t period, uint32_t priority) |
| Initialize Timer G12 interrupt. More... | |
| void | TimerG12_Init (void) |
| Initialize Timer G12. More... | |
Initialize Periodic interrupt timers.
Functions to initialize timers for interrupts or just simple time measurements.