![]() |
Autodrone
Multi-Domain Vehicle
|
This file enables use of a timer to ensure accurate timing of the PID loop. More...
#include "board.h"
Functions | |
void | tim9Init (void) |
Initializes the low level registers to set up timer 9. More... | |
uint32_t | tim9GetCnt (void) |
Gets the counter value. More... | |
void | tim9ResetCnt (void) |
Resets the counter. More... | |
void | tim9Enable (void) |
Enables the timer. More... | |
void | tim9Disable (void) |
Disables the timer. More... | |
This file enables use of a timer to ensure accurate timing of the PID loop.
void tim9Disable | ( | void | ) |
Disables the timer.
void tim9Enable | ( | void | ) |
Enables the timer.
uint32_t tim9GetCnt | ( | void | ) |
Gets the counter value.
void tim9Init | ( | void | ) |
Initializes the low level registers to set up timer 9.
void tim9ResetCnt | ( | void | ) |
Resets the counter.