Macros

Constants defining the IDLE state of a timer output. More...

Collaboration diagram for HRTIM_OutputIDLEState:

Macros

#define HRTIM_OUTPUTIDLESTATE_ACTIVE   (HRTIM_OUTR_IDLES1)
 
#define HRTIM_OUTPUTIDLESTATE_INACTIVE   (uint32_t)0x00000000
 
#define IS_HRTIM_OUTPUTIDLESTATE(OUTPUTIDLESTATE)
 

Detailed Description

Constants defining the IDLE state of a timer output.

Macro Definition Documentation

#define HRTIM_OUTPUTIDLESTATE_ACTIVE   (HRTIM_OUTR_IDLES1)

Output at active level when in IDLE state

Definition at line 1143 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTIDLESTATE_INACTIVE   (uint32_t)0x00000000

Output at inactive level when in IDLE state

Definition at line 1142 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTIDLESTATE (   OUTPUTIDLESTATE)
Value:
(((OUTPUTIDLESTATE) == HRTIM_OUTPUTIDLESTATE_INACTIVE) || \
((OUTPUTIDLESTATE) == HRTIM_OUTPUTIDLESTATE_ACTIVE))
#define HRTIM_OUTPUTIDLESTATE_INACTIVE
#define HRTIM_OUTPUTIDLESTATE_ACTIVE

Definition at line 1145 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Wed Jul 3 2019 19:59:30