Searched refs:pChopperModeCfg (Results 1 – 6 of 6) sorted by relevance
4408 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument4414 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()
4553 const HRTIM_ChopperModeCfgTypeDef* pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument4559 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()
5643 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg) in HAL_HRTIM_ChopperModeConfig() argument5649 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()
3466 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg);
3505 const HRTIM_ChopperModeCfgTypeDef* pChopperModeCfg);
4960 const HRTIM_ChopperModeCfgTypeDef *pChopperModeCfg);