Macros

Constants defining whether a faults is be triggered by any external or internal fault source. More...

Collaboration diagram for HRTIM_FaultSources:

Macros

#define HRTIM_FAULTSOURCE_DIGITALINPUT   ((uint32_t)0x00000000)
 
#define HRTIM_FAULTSOURCE_INTERNAL   (HRTIM_FLTINR1_FLT1SRC)
 
#define IS_HRTIM_FAULTSOURCE(FAULTSOURCE)
 

Detailed Description

Constants defining whether a faults is be triggered by any external or internal fault source.

Macro Definition Documentation

#define HRTIM_FAULTSOURCE_DIGITALINPUT   ((uint32_t)0x00000000)

Fault input is FLT input pin

Definition at line 1626 of file stm32f30x_hrtim.h.

#define HRTIM_FAULTSOURCE_INTERNAL   (HRTIM_FLTINR1_FLT1SRC)

Fault input is FLT_Int signal (e.g. internal comparator)

Definition at line 1627 of file stm32f30x_hrtim.h.

#define IS_HRTIM_FAULTSOURCE (   FAULTSOURCE)
Value:
(((FAULTSOURCE) == HRTIM_FAULTSOURCE_DIGITALINPUT) || \
((FAULTSOURCE) == HRTIM_FAULTSOURCE_INTERNAL))
#define HRTIM_FAULTSOURCE_DIGITALINPUT
#define HRTIM_FAULTSOURCE_INTERNAL

Definition at line 1630 of file stm32f30x_hrtim.h.



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