Home
last modified time | relevance | path

Searched refs:hrtim_chpr (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4410 uint32_t hrtim_chpr; in HAL_HRTIM_ChopperModeConfig() local
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()
4436 hrtim_chpr); in HAL_HRTIM_ChopperModeConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4555 uint32_t hrtim_chpr; in HAL_HRTIM_ChopperModeConfig() local
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()
4581 hrtim_chpr); in HAL_HRTIM_ChopperModeConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5645 uint32_t hrtim_chpr; in HAL_HRTIM_ChopperModeConfig() local
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()
5671 hrtim_chpr); in HAL_HRTIM_ChopperModeConfig()