Constants defining timer counter operating mode. More...
Macros | |
#define | HRTIM_MODE_CONTINOUS ((uint32_t)0x00000008) |
#define | HRTIM_MODE_SINGLESHOT ((uint32_t)0x00000000) |
#define | HRTIM_MODE_SINGLESHOT_RETRIGGERABLE ((uint32_t)0x00000010) |
#define | IS_HRTIM_MODE(MODE) |
#define | IS_HRTIM_MODE_ONEPULSE(MODE) |
Constants defining timer counter operating mode.
#define HRTIM_MODE_CONTINOUS ((uint32_t)0x00000008) |
The timer operates in continuous (free-running) mode
Definition at line 575 of file stm32f30x_hrtim.h.
#define HRTIM_MODE_SINGLESHOT ((uint32_t)0x00000000) |
The timer operates in non retriggerable single-shot mode
Definition at line 576 of file stm32f30x_hrtim.h.
#define HRTIM_MODE_SINGLESHOT_RETRIGGERABLE ((uint32_t)0x00000010) |
The timer operates in retriggerable single-shot mode
Definition at line 577 of file stm32f30x_hrtim.h.
#define IS_HRTIM_MODE | ( | MODE | ) |
Definition at line 579 of file stm32f30x_hrtim.h.
#define IS_HRTIM_MODE_ONEPULSE | ( | MODE | ) |
Definition at line 584 of file stm32f30x_hrtim.h.