Searched refs:TIM_HallSensorInitStruct (Results 1 – 2 of 2) sorted by relevance
546 TIM_HallSensorInitStruct->IC1Polarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_HALLSENSOR_StructInit()547 TIM_HallSensorInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_HALLSENSOR_StructInit()548 TIM_HallSensorInitStruct->IC1Filter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_HALLSENSOR_StructInit()549 TIM_HallSensorInitStruct->CommutationDelay = 0U; in LL_TIM_HALLSENSOR_StructInit()581 assert_param(IS_LL_TIM_IC_POLARITY_ENCODER(TIM_HallSensorInitStruct->IC1Polarity)); in LL_TIM_HALLSENSOR_Init()582 assert_param(IS_LL_TIM_ICPSC(TIM_HallSensorInitStruct->IC1Prescaler)); in LL_TIM_HALLSENSOR_Init()583 assert_param(IS_LL_TIM_IC_FILTER(TIM_HallSensorInitStruct->IC1Filter)); in LL_TIM_HALLSENSOR_Init()614 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Filter >> 16U); in LL_TIM_HALLSENSOR_Init()615 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Prescaler >> 16U); in LL_TIM_HALLSENSOR_Init()623 tmpccer |= (uint32_t)(TIM_HallSensorInitStruct->IC1Polarity); in LL_TIM_HALLSENSOR_Init()[all …]
3936 void LL_TIM_HALLSENSOR_StructInit(LL_TIM_HALLSENSOR_InitTypeDef *TIM_HallSensorInitStruct);3937 …LL_TIM_HALLSENSOR_Init(TIM_TypeDef *TIMx, LL_TIM_HALLSENSOR_InitTypeDef *TIM_HallSensorInitStruct);
Completed in 18 milliseconds