Constants defining whether or not the deadtime (falling sign and value) is write protected. More...
Macros | |
#define | HRTIM_TIMDEADTIME_FALLINGLOCK_READONLY (HRTIM_DTR_DTFLK) |
#define | HRTIM_TIMDEADTIME_FALLINGLOCK_WRITE ((uint32_t)0x00000000) |
#define | IS_HRTIM_TIMDEADTIME_FALLINGLOCK(FALLINGLOCK) |
Constants defining whether or not the deadtime (falling sign and value) is write protected.
#define HRTIM_TIMDEADTIME_FALLINGLOCK_READONLY (HRTIM_DTR_DTFLK) |
Deadtime falling value and sign is read-only
Definition at line 1410 of file stm32f30x_hrtim.h.
#define HRTIM_TIMDEADTIME_FALLINGLOCK_WRITE ((uint32_t)0x00000000) |
Deadtime falling value and sign is writable
Definition at line 1409 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMDEADTIME_FALLINGLOCK | ( | FALLINGLOCK | ) |
Definition at line 1412 of file stm32f30x_hrtim.h.