Macros

Constants defining compare unit identifiers. More...

Collaboration diagram for HRTIM_CompareUnit:

Macros

#define HRTIM_COMPAREUNIT_1   (uint32_t)0x00000001
 
#define HRTIM_COMPAREUNIT_2   (uint32_t)0x00000002
 
#define HRTIM_COMPAREUNIT_3   (uint32_t)0x00000004
 
#define HRTIM_COMPAREUNIT_4   (uint32_t)0x00000008
 
#define IS_HRTIM_COMPAREUNIT(COMPAREUNIT)
 

Detailed Description

Constants defining compare unit identifiers.

Macro Definition Documentation

#define HRTIM_COMPAREUNIT_1   (uint32_t)0x00000001

Compare unit 1 identifier

Definition at line 396 of file stm32f30x_hrtim.h.

#define HRTIM_COMPAREUNIT_2   (uint32_t)0x00000002

Compare unit 2 identifier

Definition at line 397 of file stm32f30x_hrtim.h.

#define HRTIM_COMPAREUNIT_3   (uint32_t)0x00000004

Compare unit 3 identifier

Definition at line 398 of file stm32f30x_hrtim.h.

#define HRTIM_COMPAREUNIT_4   (uint32_t)0x00000008

Compare unit 4 identifier

Definition at line 399 of file stm32f30x_hrtim.h.

#define IS_HRTIM_COMPAREUNIT (   COMPAREUNIT)
Value:
(((COMPAREUNIT) == HRTIM_COMPAREUNIT_1) || \
((COMPAREUNIT) == HRTIM_COMPAREUNIT_2) || \
((COMPAREUNIT) == HRTIM_COMPAREUNIT_3) || \
((COMPAREUNIT) == HRTIM_COMPAREUNIT_4))
#define HRTIM_COMPAREUNIT_2
#define HRTIM_COMPAREUNIT_3
#define HRTIM_COMPAREUNIT_4
#define HRTIM_COMPAREUNIT_1

Definition at line 401 of file stm32f30x_hrtim.h.



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