Home
last modified time | relevance | path

Searched refs:ICPrescaler (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_tim.c412 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()
A Dstm32f0xx_hal_tim.c3007 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()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim.c2849 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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_tim.h296 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member
2263 …TATIC_INLINE void LL_TIM_IC_SetPrescaler(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICPrescaler) in LL_TIM_IC_SetPrescaler() argument
2267 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1PSC) << SHIFT_TAB_ICxx[iChannel]), (ICPrescaler >> 16U) << SHIFT_… in LL_TIM_IC_SetPrescaler()
A Dstm32f0xx_hal_tim.h170 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim.h168 uint32_t ICPrescaler; /*!< Specifies the Input Capture Prescaler. member

Completed in 43 milliseconds