Macros

Constants defining whether registers are updated when the timer repetition period is completed (either due to roll-over or reset events) More...

Collaboration diagram for HRTIM_TimerRepetitionUpdate:

Macros

#define HRTIM_UPDATEONREPETITION_DISABLED   (uint32_t)0x00000000
 
#define HRTIM_UPDATEONREPETITION_ENABLED   (HRTIM_MCR_MREPU)
 
#define IS_HRTIM_UPDATEONREPETITION(UPDATEONREPETITION)
 

Detailed Description

Constants defining whether registers are updated when the timer repetition period is completed (either due to roll-over or reset events)

Macro Definition Documentation

#define HRTIM_UPDATEONREPETITION_DISABLED   (uint32_t)0x00000000

Update on repetition disabled

Definition at line 722 of file stm32f30x_hrtim.h.

#define HRTIM_UPDATEONREPETITION_ENABLED   (HRTIM_MCR_MREPU)

Update on repetition enabled

Definition at line 723 of file stm32f30x_hrtim.h.

#define IS_HRTIM_UPDATEONREPETITION (   UPDATEONREPETITION)
Value:
(((UPDATEONREPETITION) == HRTIM_UPDATEONREPETITION_DISABLED) || \
((UPDATEONREPETITION) == HRTIM_UPDATEONREPETITION_ENABLED))
#define HRTIM_UPDATEONREPETITION_DISABLED
#define HRTIM_UPDATEONREPETITION_ENABLED

Definition at line 725 of file stm32f30x_hrtim.h.



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