Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h935 #define HRTIM_BASICOCMODE_ACTIVE (0x00000003U) /*!< Output forced to inactive level when the ti… macro
940 ((BASICOCMODE) == HRTIM_BASICOCMODE_ACTIVE))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h941 #define HRTIM_BASICOCMODE_ACTIVE (0x00000003U) /*!< Output forced to inactive level when the ti… macro
946 ((BASICOCMODE) == HRTIM_BASICOCMODE_ACTIVE))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h1178 #define HRTIM_BASICOCMODE_ACTIVE (0x00000003U) /*!< Output forced to inactive level when the ti… macro
1183 ((BASICOCMODE) == HRTIM_BASICOCMODE_ACTIVE))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1293 case HRTIM_BASICOCMODE_ACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1448 case HRTIM_BASICOCMODE_ACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1474 case HRTIM_BASICOCMODE_ACTIVE: in HAL_HRTIM_SimpleOCChannelConfig()