Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3570 const HRTIM_BurstModeCfgTypeDef *pBurstModeCfg) in HAL_HRTIM_BurstModeConfig() argument
3575 assert_param(IS_HRTIM_BURSTMODE(pBurstModeCfg->Mode)); in HAL_HRTIM_BurstModeConfig()
3576 assert_param(IS_HRTIM_BURSTMODECLOCKSOURCE(pBurstModeCfg->ClockSource)); in HAL_HRTIM_BurstModeConfig()
3577 assert_param(IS_HRTIM_HRTIM_BURSTMODEPRESCALER(pBurstModeCfg->Prescaler)); in HAL_HRTIM_BurstModeConfig()
3578 assert_param(IS_HRTIM_BURSTMODEPRELOAD(pBurstModeCfg->PreloadEnable)); in HAL_HRTIM_BurstModeConfig()
3579 assert_param(IS_HRTIM_BURSTMODETRIGGER(pBurstModeCfg->Trigger)); in HAL_HRTIM_BurstModeConfig()
3595 hrtim_bmcr |= (pBurstModeCfg->Mode & HRTIM_BMCR_BMOM); in HAL_HRTIM_BurstModeConfig()
3599 hrtim_bmcr |= (pBurstModeCfg->ClockSource & HRTIM_BMCR_BMCLK); in HAL_HRTIM_BurstModeConfig()
3603 hrtim_bmcr |= pBurstModeCfg->Prescaler; in HAL_HRTIM_BurstModeConfig()
3607 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3725 const HRTIM_BurstModeCfgTypeDef* pBurstModeCfg) in HAL_HRTIM_BurstModeConfig() argument
3730 assert_param(IS_HRTIM_BURSTMODE(pBurstModeCfg->Mode)); in HAL_HRTIM_BurstModeConfig()
3731 assert_param(IS_HRTIM_BURSTMODECLOCKSOURCE(pBurstModeCfg->ClockSource)); in HAL_HRTIM_BurstModeConfig()
3732 assert_param(IS_HRTIM_HRTIM_BURSTMODEPRESCALER(pBurstModeCfg->Prescaler)); in HAL_HRTIM_BurstModeConfig()
3733 assert_param(IS_HRTIM_BURSTMODEPRELOAD(pBurstModeCfg->PreloadEnable)); in HAL_HRTIM_BurstModeConfig()
3734 assert_param(IS_HRTIM_BURSTMODETRIGGER(pBurstModeCfg->Trigger)); in HAL_HRTIM_BurstModeConfig()
3750 hrtim_bmcr |= (pBurstModeCfg->Mode & HRTIM_BMCR_BMOM); in HAL_HRTIM_BurstModeConfig()
3754 hrtim_bmcr |= (pBurstModeCfg->ClockSource & HRTIM_BMCR_BMCLK); in HAL_HRTIM_BurstModeConfig()
3758 hrtim_bmcr |= pBurstModeCfg->Prescaler; in HAL_HRTIM_BurstModeConfig()
3762 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c3828 const HRTIM_BurstModeCfgTypeDef *pBurstModeCfg) in HAL_HRTIM_BurstModeConfig() argument
3833 assert_param(IS_HRTIM_BURSTMODE(pBurstModeCfg->Mode)); in HAL_HRTIM_BurstModeConfig()
3834 assert_param(IS_HRTIM_BURSTMODECLOCKSOURCE(pBurstModeCfg->ClockSource)); in HAL_HRTIM_BurstModeConfig()
3835 assert_param(IS_HRTIM_HRTIM_BURSTMODEPRESCALER(pBurstModeCfg->Prescaler)); in HAL_HRTIM_BurstModeConfig()
3836 assert_param(IS_HRTIM_BURSTMODEPRELOAD(pBurstModeCfg->PreloadEnable)); in HAL_HRTIM_BurstModeConfig()
3837 assert_param(IS_HRTIM_BURSTMODETRIGGER(pBurstModeCfg->Trigger)); in HAL_HRTIM_BurstModeConfig()
3853 hrtim_bmcr |= (pBurstModeCfg->Mode & HRTIM_BMCR_BMOM); in HAL_HRTIM_BurstModeConfig()
3857 hrtim_bmcr |= (pBurstModeCfg->ClockSource & HRTIM_BMCR_BMCLK); in HAL_HRTIM_BurstModeConfig()
3861 hrtim_bmcr |= pBurstModeCfg->Prescaler; in HAL_HRTIM_BurstModeConfig()
3865 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3399 const HRTIM_BurstModeCfgTypeDef *pBurstModeCfg);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3438 const HRTIM_BurstModeCfgTypeDef* pBurstModeCfg);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4842 const HRTIM_BurstModeCfgTypeDef *pBurstModeCfg);