Macros

Constants defining how the timer behaves during a burst mode operation. More...

Collaboration diagram for HRTIM_TimerBurstMode:

Macros

#define HRTIM_TIMERBURSTMODE_MAINTAINCLOCK   (uint32_t)0x000000
 
#define HRTIM_TIMERBURSTMODE_RESETCOUNTER   (HRTIM_BMCR_MTBM)
 
#define IS_HRTIM_TIMERBURSTMODE(TIMERBURSTMODE)
 

Detailed Description

Constants defining how the timer behaves during a burst mode operation.

Macro Definition Documentation

#define HRTIM_TIMERBURSTMODE_MAINTAINCLOCK   (uint32_t)0x000000

Timer counter clock is maintained and the timer operates normally

Definition at line 706 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERBURSTMODE_RESETCOUNTER   (HRTIM_BMCR_MTBM)

Timer counter clock is stopped and the counter is reset

Definition at line 707 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMERBURSTMODE (   TIMERBURSTMODE)
Value:
(((TIMERBURSTMODE) == HRTIM_TIMERBURSTMODE_MAINTAINCLOCK) || \
((TIMERBURSTMODE) == HRTIM_TIMERBURSTMODE_RESETCOUNTER))
#define HRTIM_TIMERBURSTMODE_RESETCOUNTER
#define HRTIM_TIMERBURSTMODE_MAINTAINCLOCK

Definition at line 709 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56