Home
last modified time | relevance | path

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

/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()
4887 assert_param(IS_HRTIM_OUTPUTFAULTLEVEL(pOutputCfg->FaultLevel)); in HAL_HRTIM_WaveformOutputConfig()
7906 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig()
/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()
5032 assert_param(IS_HRTIM_OUTPUTFAULTLEVEL(pOutputCfg->FaultLevel)); in HAL_HRTIM_WaveformOutputConfig()
8075 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig()
/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()
6154 assert_param(IS_HRTIM_OUTPUTFAULTLEVEL(pOutputCfg->FaultLevel)); in HAL_HRTIM_WaveformOutputConfig()
9645 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h359 …uint32_t FaultLevel; /*!< Specifies whether the output level is active or inactiv… member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h360 …uint32_t FaultLevel; /*!< Specifies whether the output level is active or inactiv… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h409 …uint32_t FaultLevel; /*!< Specifies whether the output level is active or inactiv… member