Macros

Constants used to force timer counter reset. More...

Collaboration diagram for HRTIM_SoftwareTimerReset:

Macros

#define HRTIM_TIMERRESET_A   (HRTIM_CR2_TARST)
 
#define HRTIM_TIMERRESET_B   (HRTIM_CR2_TBRST)
 
#define HRTIM_TIMERRESET_C   (HRTIM_CR2_TCRST)
 
#define HRTIM_TIMERRESET_D   (HRTIM_CR2_TDRST)
 
#define HRTIM_TIMERRESET_E   (HRTIM_CR2_TERST)
 
#define HRTIM_TIMERRESET_MASTER   (HRTIM_CR2_MRST)
 
#define IS_HRTIM_TIMERRESET(TIMERRESET)   (((TIMERRESET) & 0xFFFFC0FF) == 0x00000000)
 

Detailed Description

Constants used to force timer counter reset.

Macro Definition Documentation

#define HRTIM_TIMERRESET_A   (HRTIM_CR2_TARST)

Resets the timer A counter

Definition at line 2125 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERRESET_B   (HRTIM_CR2_TBRST)

Resets the timer B counter

Definition at line 2126 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERRESET_C   (HRTIM_CR2_TCRST)

Resets the timer C counter

Definition at line 2127 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERRESET_D   (HRTIM_CR2_TDRST)

Resets the timer D counter

Definition at line 2128 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERRESET_E   (HRTIM_CR2_TERST)

Resets the timer E counter

Definition at line 2129 of file stm32f30x_hrtim.h.

#define HRTIM_TIMERRESET_MASTER   (HRTIM_CR2_MRST)

Resets the master timer counter

Definition at line 2124 of file stm32f30x_hrtim.h.

#define IS_HRTIM_TIMERRESET (   TIMERRESET)    (((TIMERRESET) & 0xFFFFC0FF) == 0x00000000)

Definition at line 2131 of file stm32f30x_hrtim.h.



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