Macros

Constants defining timer counter operating mode. More...

Collaboration diagram for HRTIM_Mode:

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)
 

Detailed Description

Constants defining timer counter operating mode.

Macro Definition Documentation

#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)
Value:
(((MODE) == HRTIM_MODE_CONTINOUS) || \
((MODE) == HRTIM_MODE_SINGLESHOT) || \
#define HRTIM_MODE_SINGLESHOT
#define HRTIM_MODE_SINGLESHOT_RETRIGGERABLE
#define HRTIM_MODE_CONTINOUS

Definition at line 579 of file stm32f30x_hrtim.h.

#define IS_HRTIM_MODE_ONEPULSE (   MODE)
Value:
(((MODE) == HRTIM_MODE_SINGLESHOT) || \
#define HRTIM_MODE_SINGLESHOT
#define HRTIM_MODE_SINGLESHOT_RETRIGGERABLE

Definition at line 584 of file stm32f30x_hrtim.h.



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