Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4408 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument
4414 assert_param(IS_HRTIM_CHOPPER_PRESCALERRATIO(pChopperModeCfg->CarrierFreq)); in HAL_HRTIM_ChopperModeConfig()
4415 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig()
4416 assert_param(IS_HRTIM_CHOPPER_PULSEWIDTH(pChopperModeCfg->StartPulse)); in HAL_HRTIM_ChopperModeConfig()
4429 hrtim_chpr = (pChopperModeCfg->CarrierFreq & HRTIM_CHPR_CARFRQ); in HAL_HRTIM_ChopperModeConfig()
4430 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
4431 hrtim_chpr |= (pChopperModeCfg->StartPulse & HRTIM_CHPR_STRPW); in HAL_HRTIM_ChopperModeConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4553 const HRTIM_ChopperModeCfgTypeDef* pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument
4559 assert_param(IS_HRTIM_CHOPPER_PRESCALERRATIO(pChopperModeCfg->CarrierFreq)); in HAL_HRTIM_ChopperModeConfig()
4560 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig()
4561 assert_param(IS_HRTIM_CHOPPER_PULSEWIDTH(pChopperModeCfg->StartPulse)); in HAL_HRTIM_ChopperModeConfig()
4574 hrtim_chpr = (pChopperModeCfg->CarrierFreq & HRTIM_CHPR_CARFRQ); in HAL_HRTIM_ChopperModeConfig()
4575 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
4576 hrtim_chpr |= (pChopperModeCfg->StartPulse & HRTIM_CHPR_STRPW); in HAL_HRTIM_ChopperModeConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5643 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument
5649 assert_param(IS_HRTIM_CHOPPER_PRESCALERRATIO(pChopperModeCfg->CarrierFreq)); in HAL_HRTIM_ChopperModeConfig()
5650 assert_param(IS_HRTIM_CHOPPER_DUTYCYCLE(pChopperModeCfg->DutyCycle)); in HAL_HRTIM_ChopperModeConfig()
5651 assert_param(IS_HRTIM_CHOPPER_PULSEWIDTH(pChopperModeCfg->StartPulse)); in HAL_HRTIM_ChopperModeConfig()
5664 hrtim_chpr = (pChopperModeCfg->CarrierFreq & HRTIM_CHPR_CARFRQ); in HAL_HRTIM_ChopperModeConfig()
5665 hrtim_chpr |= (pChopperModeCfg->DutyCycle & HRTIM_CHPR_CARDTY); in HAL_HRTIM_ChopperModeConfig()
5666 hrtim_chpr |= (pChopperModeCfg->StartPulse & HRTIM_CHPR_STRPW); in HAL_HRTIM_ChopperModeConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3466 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3505 const HRTIM_ChopperModeCfgTypeDef* pChopperModeCfg);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4960 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg);