Home
last modified time | relevance | path

Searched refs:ICFilter (Results 1 – 12 of 12) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c364 TIM_ICInitStruct->ICFilter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_IC_StructInit()
752 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC1Config()
760 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC1Config()
785 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC2Config()
793 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC2Config()
818 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC3Config()
826 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC3Config()
851 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC4Config()
859 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC4Config()
Dstm32l1xx_hal_tim.c2914 assert_param(IS_TIM_IC_FILTER(sConfig->ICFilter)); in HAL_TIM_IC_ConfigChannel()
2926 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2942 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2958 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2974 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3149 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
3168 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c341 TIM_ICInitStruct->ICFilter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_IC_StructInit()
730 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC1Config()
738 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC1Config()
763 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC2Config()
771 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC2Config()
796 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC3Config()
804 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC3Config()
829 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC4Config()
837 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC4Config()
Dstm32l0xx_hal_tim.c2902 assert_param(IS_TIM_IC_FILTER(sConfig->ICFilter)); in HAL_TIM_IC_ConfigChannel()
2914 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2930 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2946 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
2962 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3136 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
3155 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c461 TIM_ICInitStruct->ICFilter = LL_TIM_IC_FILTER_FDIV1; in LL_TIM_IC_StructInit()
1233 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC1Config()
1241 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC1Config()
1266 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC2Config()
1274 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC2Config()
1299 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC3Config()
1307 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC3Config()
1332 assert_param(IS_LL_TIM_IC_FILTER(TIM_ICInitStruct->ICFilter)); in IC4Config()
1340 …(TIM_ICInitStruct->ICActiveInput | TIM_ICInitStruct->ICFilter | TIM_ICInitStruct->ICPrescaler) >> … in IC4Config()
Dstm32l4xx_hal_tim.c3438 assert_param(IS_TIM_IC_FILTER(sConfig->ICFilter)); in HAL_TIM_IC_ConfigChannel()
3451 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3467 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3483 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3499 sConfig->ICFilter); in HAL_TIM_IC_ConfigChannel()
3725 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
3744 sConfig->ICSelection, sConfig->ICFilter); in HAL_TIM_OnePulse_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_tim.h236 uint32_t ICFilter; /*!< Specifies the input capture filter. member
1963 __STATIC_INLINE void LL_TIM_IC_SetFilter(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICFilter) in LL_TIM_IC_SetFilter() argument
1967 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
Dstm32l1xx_hal_tim.h124 uint32_t ICFilter; /*!< Specifies the input capture filter. member
143 uint32_t ICFilter; /*!< Specifies the input capture filter. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_tim.h239 uint32_t ICFilter; /*!< Specifies the input capture filter. member
1964 __STATIC_INLINE void LL_TIM_IC_SetFilter(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICFilter) in LL_TIM_IC_SetFilter() argument
1968 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
Dstm32l0xx_hal_tim.h138 uint32_t ICFilter; /*!< Specifies the input capture filter. member
163 uint32_t ICFilter; /*!< Specifies the input capture filter. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h364 uint32_t ICFilter; /*!< Specifies the input capture filter. member
2932 __STATIC_INLINE void LL_TIM_IC_SetFilter(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICFilter) in LL_TIM_IC_SetFilter() argument
2936 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
Dstm32l4xx_hal_tim.h155 uint32_t ICFilter; /*!< Specifies the input capture filter. member
173 uint32_t ICFilter; /*!< Specifies the input capture filter. member