Macros

Constants defining whether or not the external event is memorized (latched) and generated as soon as the blanking period is completed or the window ends. More...

Collaboration diagram for HRTIM_TimerExternalEventLatch:

Macros

#define HRTIM_TIMEVENTLATCH_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_TIMEVENTLATCH_ENABLED   HRTIM_EEFR1_EE1LTCH /*!< Event 1 is latched and delayed till the end of the blanking or windowing period */
 
#define IS_HRTIM_TIMEVENTLATCH(TIMEVENTLATCH)
 

Detailed Description

Constants defining whether or not the external event is memorized (latched) and generated as soon as the blanking period is completed or the window ends.

Macro Definition Documentation

#define HRTIM_TIMEVENTLATCH_DISABLED   ((uint32_t)0x00000000)

Event is ignored if it happens during a blank, or passed through during a window

Definition at line 1334 of file stm32f30x_hrtim.h.

#define HRTIM_TIMEVENTLATCH_ENABLED   HRTIM_EEFR1_EE1LTCH /*!< Event 1 is latched and delayed till the end of the blanking or windowing period */

Blanking from counter reset/roll-over to Compare 1

Definition at line 1335 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMEVENTLATCH (   TIMEVENTLATCH)
Value:
(((TIMEVENTLATCH) == HRTIM_TIMEVENTLATCH_DISABLED) || \
((TIMEVENTLATCH) == HRTIM_TIMEVENTLATCH_ENABLED))
#define HRTIM_TIMEVENTLATCH_ENABLED
#define HRTIM_TIMEVENTLATCH_DISABLED

Definition at line 1337 of file stm32f30x_hrtim.h.



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