Macros

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

Collaboration diagram for HRTIM_OutputFAULTState:

Macros

#define HRTIM_OUTPUTFAULTSTATE_ACTIVE   (HRTIM_OUTR_FAULT1_0)
 
#define HRTIM_OUTPUTFAULTSTATE_HIGHZ   (HRTIM_OUTR_FAULT1_1 | HRTIM_OUTR_FAULT1_0)
 
#define HRTIM_OUTPUTFAULTSTATE_INACTIVE   (HRTIM_OUTR_FAULT1_1)
 
#define HRTIM_OUTPUTFAULTSTATE_NONE   (uint32_t)0x00000000
 
#define IS_HRTIM_OUTPUTFAULTSTATE(OUTPUTFAULTSTATE)
 

Detailed Description

Constants defining the FAULT state of a timer output.

Macro Definition Documentation

#define HRTIM_OUTPUTFAULTSTATE_ACTIVE   (HRTIM_OUTR_FAULT1_0)

Output at active level when in FAULT state

Definition at line 1157 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTFAULTSTATE_HIGHZ   (HRTIM_OUTR_FAULT1_1 | HRTIM_OUTR_FAULT1_0)

Output is tri-stated when in FAULT state

Definition at line 1159 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTFAULTSTATE_INACTIVE   (HRTIM_OUTR_FAULT1_1)

Output at inactive level when in FAULT state

Definition at line 1158 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTFAULTSTATE_NONE   (uint32_t)0x00000000

The output is not affected by the fault input

Definition at line 1156 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTFAULTSTATE (   OUTPUTFAULTSTATE)
Value:
(((OUTPUTFAULTSTATE) == HRTIM_OUTPUTFAULTSTATE_NONE) || \
((OUTPUTFAULTSTATE) == HRTIM_OUTPUTFAULTSTATE_ACTIVE) || \
((OUTPUTFAULTSTATE) == HRTIM_OUTPUTFAULTSTATE_INACTIVE) || \
((OUTPUTFAULTSTATE) == HRTIM_OUTPUTFAULTSTATE_HIGHZ))
#define HRTIM_OUTPUTFAULTSTATE_INACTIVE
#define HRTIM_OUTPUTFAULTSTATE_HIGHZ
#define HRTIM_OUTPUTFAULTSTATE_ACTIVE
#define HRTIM_OUTPUTFAULTSTATE_NONE

Definition at line 1161 of file stm32f30x_hrtim.h.



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