Macros

Constants defining whether or not the timer output transition to its IDLE state when burst mode is entered. More...

Collaboration diagram for HRTIM_OutputIdleMode:

Macros

#define HRTIM_OUTPUTIDLEMODE_IDLE   (HRTIM_OUTR_IDLM1)
 
#define HRTIM_OUTPUTIDLEMODE_NONE   (uint32_t)0x00000000
 
#define IS_HRTIM_OUTPUTIDLEMODE(OUTPUTIDLEMODE)
 

Detailed Description

Constants defining whether or not the timer output transition to its IDLE state when burst mode is entered.

Macro Definition Documentation

#define HRTIM_OUTPUTIDLEMODE_IDLE   (HRTIM_OUTR_IDLM1)

The output is in idle state when requested by the burst mode controller

Definition at line 1129 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTIDLEMODE_NONE   (uint32_t)0x00000000

The output is not affected by the burst mode operation

Definition at line 1128 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTIDLEMODE (   OUTPUTIDLEMODE)
Value:
(((OUTPUTIDLEMODE) == HRTIM_OUTPUTIDLEMODE_NONE) || \
((OUTPUTIDLEMODE) == HRTIM_OUTPUTIDLEMODE_IDLE))
#define HRTIM_OUTPUTIDLEMODE_IDLE
#define HRTIM_OUTPUTIDLEMODE_NONE

Definition at line 1131 of file stm32f30x_hrtim.h.



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