Searched refs:ICPrescaler (Results 1 – 6 of 6) sorted by relevance
412 TIM_ICInitStruct->ICPrescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_IC_StructInit()1040 assert_param(IS_LL_TIM_ICPSC(TIM_ICInitStruct->ICPrescaler)); in IC1Config()1049 …_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> 16U); in IC1Config()1073 assert_param(IS_LL_TIM_ICPSC(TIM_ICInitStruct->ICPrescaler)); in IC2Config()1082 …M_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> 8U); in IC2Config()1106 assert_param(IS_LL_TIM_ICPSC(TIM_ICInitStruct->ICPrescaler)); in IC3Config()1115 …_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> 16U); in IC3Config()1139 assert_param(IS_LL_TIM_ICPSC(TIM_ICInitStruct->ICPrescaler)); in IC4Config()1148 …M_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> 8U); in IC4Config()
3007 assert_param(IS_TIM_IC_PRESCALER(sConfig->ICPrescaler)); in HAL_TIM_IC_ConfigChannel()3026 htim->Instance->CCMR1 |= sConfig->ICPrescaler; in HAL_TIM_IC_ConfigChannel()3042 htim->Instance->CCMR1 |= (sConfig->ICPrescaler << 8U); in HAL_TIM_IC_ConfigChannel()3058 htim->Instance->CCMR2 |= sConfig->ICPrescaler; in HAL_TIM_IC_ConfigChannel()3074 htim->Instance->CCMR2 |= (sConfig->ICPrescaler << 8U); in HAL_TIM_IC_ConfigChannel()
2849 assert_param(IS_TIM_IC_PRESCALER(sConfig->ICPrescaler)); in HAL_TIM_IC_ConfigChannel()2867 htim->Instance->CCMR1 |= sConfig->ICPrescaler; in HAL_TIM_IC_ConfigChannel()2881 htim->Instance->CCMR1 |= (sConfig->ICPrescaler << 8); in HAL_TIM_IC_ConfigChannel()2895 htim->Instance->CCMR2 |= sConfig->ICPrescaler; in HAL_TIM_IC_ConfigChannel()2909 htim->Instance->CCMR2 |= (sConfig->ICPrescaler << 8); in HAL_TIM_IC_ConfigChannel()
296 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member2263 …TATIC_INLINE void LL_TIM_IC_SetPrescaler(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICPrescaler) in LL_TIM_IC_SetPrescaler() argument2267 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1PSC) << SHIFT_TAB_ICxx[iChannel]), (ICPrescaler >> 16U) << SHIFT_… in LL_TIM_IC_SetPrescaler()
170 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member
168 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member
Completed in 43 milliseconds