Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1274 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
1896 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
3224 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
4888 assert_param(IS_HRTIM_OUTPUTCHOPPERMODE(pOutputCfg->ChopperModeEnable)); in HAL_HRTIM_WaveformOutputConfig()
7909 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1429 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
2051 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
3379 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
5033 assert_param(IS_HRTIM_OUTPUTCHOPPERMODE(pOutputCfg->ChopperModeEnable)); in HAL_HRTIM_WaveformOutputConfig()
8078 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1455 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
2100 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
3466 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
6155 assert_param(IS_HRTIM_OUTPUTCHOPPERMODE(pOutputCfg->ChopperModeEnable)); in HAL_HRTIM_WaveformOutputConfig()
9648 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h361 uint32_t ChopperModeEnable; /*!< Indicates whether or not the chopper mode is enabled member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h362 uint32_t ChopperModeEnable; /*!< Indicates whether or not the chopper mode is enabled member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h411 uint32_t ChopperModeEnable; /*!< Indicates whether or not the chopper mode is enabled member