Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h6987 …LL_HRTIM_TIM_SetEventCounterThreshold(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t EventCounter, in LL_HRTIM_TIM_SetEventCounterThreshold() argument
6993 …MODIFY_REG(*pReg, (HRTIM_EEFR3_EEVACNT << EventCounter), Threshold << (HRTIM_EEFR3_EEVACNT_Pos + E… in LL_HRTIM_TIM_SetEventCounterThreshold()
7014 uint32_t EventCounter) in LL_HRTIM_TIM_GetEventCounterThreshold() argument
7019 …_BIT(*pReg, (uint32_t)(HRTIM_EEFR3_EEVACNT) << EventCounter)) >> ((HRTIM_EEFR3_EEVACNT_Pos + Event… in LL_HRTIM_TIM_GetEventCounterThreshold()
7053 …id LL_HRTIM_TIM_SetEventCounterSource(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t EventCounter, in LL_HRTIM_TIM_SetEventCounterSource() argument
7062 …MODIFY_REG(*pReg, (HRTIM_EEFR3_EEVASEL << EventCounter), iEvent << (HRTIM_EEFR3_EEVASEL_Pos + Even… in LL_HRTIM_TIM_SetEventCounterSource()
7094 uint32_t EventCounter) in LL_HRTIM_TIM_GetEventCounterSource() argument
7099 …BIT(*pReg, (uint32_t)(HRTIM_EEFR3_EEVASEL) << (EventCounter))) >> ((HRTIM_EEFR3_EEVASEL_Pos + Even… in LL_HRTIM_TIM_GetEventCounterSource()
7126 …LL_HRTIM_TIM_SetEventCounterResetMode(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t EventCounter, in LL_HRTIM_TIM_SetEventCounterResetMode() argument
7132 MODIFY_REG(*pReg, (HRTIM_EEFR3_EEVARSTM << (EventCounter)), Mode << (EventCounter)); in LL_HRTIM_TIM_SetEventCounterResetMode()
[all …]
Dstm32g4xx_hal_hrtim.h4939 uint32_t EventCounter,
4944 uint32_t EventCounter);
4948 uint32_t EventCounter);
4952 uint32_t EventCounter);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c5332 uint32_t EventCounter, in HAL_HRTIM_ExtEventCounterConfig() argument
5339 assert_param(IS_HRTIM_TIMEEVENT(EventCounter)); in HAL_HRTIM_ExtEventCounterConfig()
5354 if ((EventCounter & HRTIM_EVENTCOUNTER_A) != 0U) in HAL_HRTIM_ExtEventCounterConfig()
5374 if ((EventCounter & HRTIM_EVENTCOUNTER_B) != 0U) in HAL_HRTIM_ExtEventCounterConfig()
5421 uint32_t EventCounter) in HAL_HRTIM_ExtEventCounterEnable() argument
5425 assert_param(IS_HRTIM_TIMEEVENT(EventCounter)); in HAL_HRTIM_ExtEventCounterEnable()
5437 if ((EventCounter & HRTIM_EVENTCOUNTER_A) != 0U) in HAL_HRTIM_ExtEventCounterEnable()
5441 if ((EventCounter & HRTIM_EVENTCOUNTER_B) != 0U) in HAL_HRTIM_ExtEventCounterEnable()
5473 uint32_t EventCounter) in HAL_HRTIM_ExtEventCounterDisable() argument
5477 assert_param(IS_HRTIM_TIMEEVENT(EventCounter)); in HAL_HRTIM_ExtEventCounterDisable()
[all …]