Constants defining whether or not fault enabling bits are write protected for a timer. More...
Macros | |
#define | HRTIM_TIMFAULTLOCK_READONLY (HRTIM_FLTR_FLTCLK) |
#define | HRTIM_TIMFAULTLOCK_READWRITE ((uint32_t)0x00000000) |
#define | IS_HRTIM_TIMFAULTLOCK(TIMFAULTLOCK) |
Constants defining whether or not fault enabling bits are write protected for a timer.
#define HRTIM_TIMFAULTLOCK_READONLY (HRTIM_FLTR_FLTCLK) |
Timer fault enabling bits are read only
Definition at line 771 of file stm32f30x_hrtim.h.
#define HRTIM_TIMFAULTLOCK_READWRITE ((uint32_t)0x00000000) |
Timer fault enabling bits are read/write
Definition at line 770 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMFAULTLOCK | ( | TIMFAULTLOCK | ) |
Definition at line 773 of file stm32f30x_hrtim.h.