Home
last modified time | relevance | path

Searched refs:UpdateGating (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c4988 assert_param(IS_HRTIM_UPDATEGATING_MASTER(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
4998 assert_param(IS_HRTIM_UPDATEGATING_TIM(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
5030 && (pTimerCfg->UpdateGating == HRTIM_UPDATEGATING_INDEPENDENT)) in HAL_HRTIM_WaveformTimerConfig()
9197 hrtim_mcr |= (pTimerCfg->UpdateGating << 2U); in HRTIM_MasterWaveform_Config()
9283 hrtim_timcr |= pTimerCfg->UpdateGating; in HRTIM_TimingUnitWaveform_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c4129 assert_param(IS_HRTIM_UPDATEGATING_MASTER(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
4139 assert_param(IS_HRTIM_UPDATEGATING_TIM(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
7571 hrtim_mcr |= (pTimerCfg->UpdateGating << 2U); in HRTIM_MasterWaveform_Config()
7634 hrtim_timcr |= pTimerCfg->UpdateGating; in HRTIM_TimingUnitWaveform_Config()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c4284 assert_param(IS_HRTIM_UPDATEGATING_MASTER(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
4294 assert_param(IS_HRTIM_UPDATEGATING_TIM(pTimerCfg->UpdateGating)); in HAL_HRTIM_WaveformTimerConfig()
7740 hrtim_mcr |= (pTimerCfg->UpdateGating << 2U); in HRTIM_MasterWaveform_Config()
7803 hrtim_timcr |= pTimerCfg->UpdateGating; in HRTIM_TimingUnitWaveform_Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h3081 …INE void LL_HRTIM_TIM_SetUpdateGating(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t UpdateGating) in LL_HRTIM_TIM_SetUpdateGating() argument
3085 …MODIFY_REG(*pReg, REG_MASK_TAB_UPDATEGATING[iTimer], (UpdateGating << REG_SHIFT_TAB_UPDATEGATING[i… in LL_HRTIM_TIM_SetUpdateGating()
Dstm32h7xx_hal_hrtim.h285 uint32_t UpdateGating; /*!< Relevant for all HRTIM timers, including the master. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h3151 …INE void LL_HRTIM_TIM_SetUpdateGating(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t UpdateGating) in LL_HRTIM_TIM_SetUpdateGating() argument
3155 …MODIFY_REG(*pReg, REG_MASK_TAB_UPDATEGATING[iTimer], (UpdateGating << REG_SHIFT_TAB_UPDATEGATING[i… in LL_HRTIM_TIM_SetUpdateGating()
Dstm32f3xx_hal_hrtim.h286 uint32_t UpdateGating; /*!< Relevant for all HRTIM timers, including the master. member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h4440 …INE void LL_HRTIM_TIM_SetUpdateGating(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t UpdateGating) in LL_HRTIM_TIM_SetUpdateGating() argument
4444 …MODIFY_REG(*pReg, REG_MASK_TAB_UPDATEGATING[iTimer], (UpdateGating << REG_SHIFT_TAB_UPDATEGATING[i… in LL_HRTIM_TIM_SetUpdateGating()
Dstm32g4xx_hal_hrtim.h291 uint32_t UpdateGating; /*!< Relevant for all HRTIM timers, including the master. member