| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_tim_basic.c | 70 TIMx->EGR = swtrgs; in TIM_BASIC_DoSwTrigger()
|
| A D | hal_tim_16b.c | 96 TIMx->EGR = swtrgs; in TIM_16B_DoSwTrigger()
|
| A D | hal_tim_32b.c | 96 TIMx->EGR = swtrgs; in TIM_32B_DoSwTrigger()
|
| A D | hal_tim_adv.c | 96 TIMx->EGR = swtrgs; in TIM_ADV_DoSwTrigger()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_tim.h | 3252 SET_BIT(TIMx->EGR, TIM_EGR_UG); in LL_TIM_GenerateEvent_UPDATE() 3263 SET_BIT(TIMx->EGR, TIM_EGR_CC1G); in LL_TIM_GenerateEvent_CC1() 3274 SET_BIT(TIMx->EGR, TIM_EGR_CC2G); in LL_TIM_GenerateEvent_CC2() 3285 SET_BIT(TIMx->EGR, TIM_EGR_CC3G); in LL_TIM_GenerateEvent_CC3() 3296 SET_BIT(TIMx->EGR, TIM_EGR_CC4G); in LL_TIM_GenerateEvent_CC4() 3307 SET_BIT(TIMx->EGR, TIM_EGR_TG); in LL_TIM_GenerateEvent_TRIG()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/ |
| A D | fm33lg0xx.h | 623 …__O uint32_t EGR; /*!< ATIM Event Generation Register, … member 654 …__O uint32_t EGR; /*!< GPTIMx Event Generation Register, … member 685 …__O uint32_t EGR; /*!< BSTIM Event Generation Register, … member 704 …__O uint32_t EGR; /*!< BSTIM Event Generation Register, … member
|
| A D | fm33lc0xx.h | 163 …__IO uint32_t EGR; /*!< ATIM Event Generation Register, Address … member 192 …__IO uint32_t EGR; /*!< BSTIM Event Generation Register, Address … member 311 …__IO uint32_t EGR; /*!< GPTIM EVENT GENERATE REGISTER, Address … member
|
| /bsp/fm33lc026/libraries/FM/FM33xx/Include/ |
| A D | fm33lg0xx.h | 623 …__O uint32_t EGR; /*!< ATIM Event Generation Register, … member 654 …__O uint32_t EGR; /*!< GPTIMx Event Generation Register, … member 685 …__O uint32_t EGR; /*!< BSTIM Event Generation Register, … member 704 …__O uint32_t EGR; /*!< BSTIM Event Generation Register, … member
|
| A D | fm33lc0xx.h | 163 …__IO uint32_t EGR; /*!< ATIM Event Generation Register, Address … member 192 …__IO uint32_t EGR; /*!< BSTIM Event Generation Register, Address … member 311 …__IO uint32_t EGR; /*!< GPTIM EVENT GENERATE REGISTER, Address … member
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_bstim32.h | 381 SET_BIT(BSTIM32x->EGR, BSTIM32_EGR_UG_Msk); in FL_BSTIM32_GenerateUpdateEvent()
|
| A D | fm33lc0xx_fl_atim.h | 2143 SET_BIT(TIMx->EGR, ATIM_EGR_BG_Msk); in FL_ATIM_GenerateBreakEvent() 2154 SET_BIT(TIMx->EGR, ATIM_EGR_TG_Msk); in FL_ATIM_GenerateTriggerEvent() 2166 SET_BIT(TIMx->EGR, ATIM_EGR_COMG_Msk); in FL_ATIM_GenerateCOMEvent() 2182 SET_BIT(TIMx->EGR, ATIM_EGR_CCG_Msk << channel); in FL_ATIM_GenerateCCEvent() 2193 SET_BIT(TIMx->EGR, ATIM_EGR_UG_Msk); in FL_ATIM_GenerateUpdateEvent()
|
| A D | fm33lc0xx_fl_gptim.h | 1681 SET_BIT(TIMx->EGR, GPTIM_EGR_TG_Msk); in FL_GPTIM_GenerateTriggerEvent() 1695 SET_BIT(TIMx->EGR, ((channel & 0x3) << 0x1U)); in FL_GPTIM_GenerateCCEvent() 1706 SET_BIT(TIMx->EGR, GPTIM_EGR_UG_Msk); in FL_GPTIM_GenerateUpdateEvent()
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_hwtimer.c | 196 tim->Instance->EGR |= TIM_EVENTSOURCE_UPDATE; in timer_ctrl()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_tim.c | 99 WRITE_REG(tim->EGR, TIM_PSCReloadMode_Immediate); in TIM_TimeBaseInit() 400 WRITE_REG(tim->EGR, source); in TIM_GenerateEvent() 578 WRITE_REG(tim->EGR, reloadMode); in TIM_PrescalerConfig()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_tmr.c | 497 WRITE_REG(Instance->EGR, EventSource); in LL_TMR_EventGenerate()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 658 htim->Instance->EGR = BIT0; // no UIF generated because URS=1 in HAL_TIMER_Base_Init() 1221 htim->Instance->EGR = EventSource; in HAL_TIMER_GenerateEvent()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_TIMER.c | 691 htim->Instance->EGR = BIT0; // no UIF generated because URS=1 in HAL_TIMER_Base_Init() 1254 htim->Instance->EGR = EventSource; in HAL_TIMER_GenerateEvent()
|
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_tim.c | 261 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 302 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig() 2364 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_tim.c | 254 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 895 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent() 1170 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_tim.c | 254 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 895 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent() 1170 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_tim.h | 74 …__IO u32 EGR; ///< TIM event generat… member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_tim.c | 229 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 876 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent() 1144 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_tim.c | 154 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 192 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig() 2048 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_tim.c | 269 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 310 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig() 2371 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_tim.c | 281 TIMx->EGR = TIM_PSCReloadMode_Immediate; in TIM_TimeBaseInit() 321 TIMx->EGR = TIM_PSCReloadMode; in TIM_PrescalerConfig() 2372 TIMx->EGR = TIM_EventSource; in TIM_GenerateEvent()
|