Macros

Constants defining available sources associated to external events. More...

Collaboration diagram for HRTIM_ExternalEventSources:

Macros

#define HRTIM_EVENTSRC_1   ((uint32_t)0x00000000)
 
#define HRTIM_EVENTSRC_2   (HRTIM_EECR1_EE1SRC_0)
 
#define HRTIM_EVENTSRC_3   (HRTIM_EECR1_EE1SRC_1)
 
#define HRTIM_EVENTSRC_4   (HRTIM_EECR1_EE1SRC_1 | HRTIM_EECR1_EE1SRC_0)
 
#define IS_HRTIM_EVENTSRC(EVENTSRC)
 

Detailed Description

Constants defining available sources associated to external events.

Macro Definition Documentation

#define HRTIM_EVENTSRC_1   ((uint32_t)0x00000000)

External event source 1

Definition at line 1489 of file stm32f30x_hrtim.h.

#define HRTIM_EVENTSRC_2   (HRTIM_EECR1_EE1SRC_0)

External event source 2

Definition at line 1490 of file stm32f30x_hrtim.h.

#define HRTIM_EVENTSRC_3   (HRTIM_EECR1_EE1SRC_1)

External event source 3

Definition at line 1491 of file stm32f30x_hrtim.h.

#define HRTIM_EVENTSRC_4   (HRTIM_EECR1_EE1SRC_1 | HRTIM_EECR1_EE1SRC_0)

External event source 4

Definition at line 1492 of file stm32f30x_hrtim.h.

#define IS_HRTIM_EVENTSRC (   EVENTSRC)
Value:
(((EVENTSRC) == HRTIM_EVENTSRC_1) || \
((EVENTSRC) == HRTIM_EVENTSRC_2) || \
((EVENTSRC) == HRTIM_EVENTSRC_3) || \
((EVENTSRC) == HRTIM_EVENTSRC_4))
#define HRTIM_EVENTSRC_2
#define HRTIM_EVENTSRC_4
#define HRTIM_EVENTSRC_3
#define HRTIM_EVENTSRC_1

Definition at line 1494 of file stm32f30x_hrtim.h.



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