Home
last modified time | relevance | path

Searched refs:LL_TIM_WriteReg (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c323 LL_TIM_WriteReg(TIMx, CR1, tmpcr1); in LL_TIM_Init()
532 LL_TIM_WriteReg(TIMx, CCER, tmpccer); in LL_TIM_ENCODER_Init()
627 LL_TIM_WriteReg(TIMx, CR2, tmpcr2); in LL_TIM_HALLSENSOR_Init()
630 LL_TIM_WriteReg(TIMx, SMCR, tmpsmcr); in LL_TIM_HALLSENSOR_Init()
636 LL_TIM_WriteReg(TIMx, CCER, tmpccer); in LL_TIM_HALLSENSOR_Init()
702 LL_TIM_WriteReg(TIMx, BDTR, tmpbdtr); in LL_TIM_BDTR_Init()
783 LL_TIM_WriteReg(TIMx, CR2, tmpcr2); in OC1Config()
792 LL_TIM_WriteReg(TIMx, CCER, tmpccer); in OC1Config()
862 LL_TIM_WriteReg(TIMx, CR2, tmpcr2); in OC2Config()
941 LL_TIM_WriteReg(TIMx, CR2, tmpcr2); in OC3Config()
[all …]
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_tim.h927 #define LL_TIM_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE… macro

Completed in 12 milliseconds