Constants used to force timer registers update. More...
Macros | |
#define | HRTIM_TIMERUPDATE_A (HRTIM_CR2_TASWU) |
#define | HRTIM_TIMERUPDATE_B (HRTIM_CR2_TBSWU) |
#define | HRTIM_TIMERUPDATE_C (HRTIM_CR2_TCSWU) |
#define | HRTIM_TIMERUPDATE_D (HRTIM_CR2_TDSWU) |
#define | HRTIM_TIMERUPDATE_E (HRTIM_CR2_TESWU) |
#define | HRTIM_TIMERUPDATE_MASTER (HRTIM_CR2_MSWU) |
#define | IS_HRTIM_TIMERUPDATE(TIMERUPDATE) (((TIMERUPDATE) & 0xFFFFFFC0) == 0x00000000) |
Constants used to force timer registers update.
#define HRTIM_TIMERUPDATE_A (HRTIM_CR2_TASWU) |
Forces an immediate transfer from the preload to the active register in the timer A
Definition at line 2109 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERUPDATE_B (HRTIM_CR2_TBSWU) |
Forces an immediate transfer from the preload to the active register in the timer B
Definition at line 2110 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERUPDATE_C (HRTIM_CR2_TCSWU) |
Forces an immediate transfer from the preload to the active register in the timer C
Definition at line 2111 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERUPDATE_D (HRTIM_CR2_TDSWU) |
Forces an immediate transfer from the preload to the active register in the timer D
Definition at line 2112 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERUPDATE_E (HRTIM_CR2_TESWU) |
Forces an immediate transfer from the preload to the active register in the timer E
Definition at line 2113 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERUPDATE_MASTER (HRTIM_CR2_MSWU) |
Forces an immediate transfer from the preload to the active register in the master timer
Definition at line 2108 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMERUPDATE | ( | TIMERUPDATE | ) | (((TIMERUPDATE) & 0xFFFFFFC0) == 0x00000000) |
Definition at line 2115 of file stm32f30x_hrtim.h.