Home
last modified time | relevance | path

Searched refs:HRTIM_BASICOCMODE_INACTIVE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h934 #define HRTIM_BASICOCMODE_INACTIVE (0x00000002U) /*!< Output forced to active level when the time… macro
939 ((BASICOCMODE) == HRTIM_BASICOCMODE_INACTIVE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h940 #define HRTIM_BASICOCMODE_INACTIVE (0x00000002U) /*!< Output forced to active level when the time… macro
945 ((BASICOCMODE) == HRTIM_BASICOCMODE_INACTIVE) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h1177 #define HRTIM_BASICOCMODE_INACTIVE (0x00000002U) /*!< Output forced to active level when the time… macro
1182 ((BASICOCMODE) == HRTIM_BASICOCMODE_INACTIVE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1307 case HRTIM_BASICOCMODE_INACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1462 case HRTIM_BASICOCMODE_INACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1488 case HRTIM_BASICOCMODE_INACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()