Macros

Constants defining whether the register are updated upon Timerx counter reset or rollover to 0 after reaching the period value in continuous mode. More...

Collaboration diagram for HRTIM_TimerResetUpdate:

Macros

#define HRTIM_TIMUPDATEONRESET_DISABLED   (uint32_t)0x00000000
 
#define HRTIM_TIMUPDATEONRESET_ENABLED   (HRTIM_TIMCR_TRSTU)
 
#define IS_HRTIM_TIMUPDATEONRESET(TIMUPDATEONRESET)
 

Detailed Description

Constants defining whether the register are updated upon Timerx counter reset or rollover to 0 after reaching the period value in continuous mode.

Macro Definition Documentation

#define HRTIM_TIMUPDATEONRESET_DISABLED   (uint32_t)0x00000000

Update by timer x reset / rollover disabled

Definition at line 892 of file stm32f30x_hrtim.h.

#define HRTIM_TIMUPDATEONRESET_ENABLED   (HRTIM_TIMCR_TRSTU)

Update by timer x reset / rollover enabled

Definition at line 893 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMUPDATEONRESET (   TIMUPDATEONRESET)
Value:
(((TIMUPDATEONRESET) == HRTIM_TIMUPDATEONRESET_DISABLED) || \
((TIMUPDATEONRESET) == HRTIM_TIMUPDATEONRESET_ENABLED))
#define HRTIM_TIMUPDATEONRESET_ENABLED
#define HRTIM_TIMUPDATEONRESET_DISABLED

Definition at line 895 of file stm32f30x_hrtim.h.



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