Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h1062 #define HRTIM_OUTPUTFAULTLEVEL_NONE 0x00000000U /*!< The outp… macro
2279 (((OUTPUTFAULTLEVEL) == HRTIM_OUTPUTFAULTLEVEL_NONE) || \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h1068 #define HRTIM_OUTPUTFAULTLEVEL_NONE 0x00000000U /*!< The outp… macro
2308 (((OUTPUTFAULTLEVEL) == HRTIM_OUTPUTFAULTLEVEL_NONE) || \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1272 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1894 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
3222 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1427 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
2049 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
3377 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1453 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
2098 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
3464 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h1407 #define HRTIM_OUTPUTFAULTLEVEL_NONE 0x00000000U /*!< The outp… macro
3001 (((OUTPUTFAULTLEVEL) == HRTIM_OUTPUTFAULTLEVEL_NONE) || \