Home
last modified time | relevance | path

Searched refs:BURSTMODEPRELOAD (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h2658 #define IS_HRTIM_BURSTMODEPRELOAD(BURSTMODEPRELOAD)\ argument
2659 (((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_DISABLED) || \
2660 ((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_ENABLED))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h2690 #define IS_HRTIM_BURSTMODEPRELOAD(BURSTMODEPRELOAD)\ argument
2691 (((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_DISABLED) || \
2692 ((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_ENABLED))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h3558 #define IS_HRTIM_BURSTMODEPRELOAD(BURSTMODEPRELOAD)\ argument
3559 (((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_DISABLED) || \
3560 ((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_ENABLED))