Home
last modified time | relevance | path

Searched refs:TIM_CCMR1_IC1F (Results 1 – 17 of 17) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_tim.h485 #define LL_TIM_IC_FILTER_FDIV32_N8 (TIM_CCMR1_IC1F << 16U) …
1826 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S) << SHIFT_TAB_ICxx[iChannel… in LL_TIM_IC_Config()
1827 …((Configuration >> 16U) & (TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S)) << SHIFT_TAB_ICxx… in LL_TIM_IC_Config()
1967 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
2004 …return ((READ_BIT(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel])) >> SHIFT_TAB_ICxx[iChanne… in LL_TIM_IC_GetFilter()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_tim.h488 #define LL_TIM_IC_FILTER_FDIV32_N8 (uint32_t)(TIM_CCMR1_IC1F << 16U) …
1827 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S) << SHIFT_TAB_ICxx[iChannel… in LL_TIM_IC_Config()
1828 …((Configuration >> 16U) & (TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S)) << SHIFT_TAB_ICxx… in LL_TIM_IC_Config()
1968 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
2005 …return ((READ_BIT(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel])) >> SHIFT_TAB_ICxx[iChanne… in LL_TIM_IC_GetFilter()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c459 tmpccmr1 &= (uint32_t)~(TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC); in LL_TIM_ENCODER_Init()
759 (TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC), in IC1Config()
Dstm32l1xx_hal_tim.c2230 tmpccmr1 &= ~(TIM_CCMR1_IC1F | TIM_CCMR1_IC2F); in HAL_TIM_Encoder_Init()
4738 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_SlaveTimer_SetConfig()
4852 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_SetConfig()
4853 tmpccmr1 |= ((TIM_ICFilter << 4) & TIM_CCMR1_IC1F); in TIM_TI1_SetConfig()
4887 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_ConfigInputStage()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c436 tmpccmr1 &= (uint32_t)~(TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC); in LL_TIM_ENCODER_Init()
737 (TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC), in IC1Config()
Dstm32l0xx_hal_tim.c2223 tmpccmr1 &= ~(TIM_CCMR1_IC1F | TIM_CCMR1_IC2F); in HAL_TIM_Encoder_Init()
4648 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_SetConfig()
4649 tmpccmr1 |= ((TIM_ICFilter << 4U) & TIM_CCMR1_IC1F); in TIM_TI1_SetConfig()
4683 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_ConfigInputStage()
5017 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_SlaveTimer_SetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c556 tmpccmr1 &= (uint32_t)~(TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC); in LL_TIM_ENCODER_Init()
660 tmpccmr1 &= (uint32_t)~(TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC); in LL_TIM_HALLSENSOR_Init()
1240 (TIM_CCMR1_CC1S | TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC), in IC1Config()
Dstm32l4xx_hal_tim.c2614 tmpccmr1 &= ~(TIM_CCMR1_IC1F | TIM_CCMR1_IC2F); in HAL_TIM_Encoder_Init()
6091 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_SlaveTimer_SetConfig()
6186 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_SetConfig()
6187 tmpccmr1 |= ((TIM_ICFilter << 4U) & TIM_CCMR1_IC1F); in TIM_TI1_SetConfig()
6221 tmpccmr1 &= ~TIM_CCMR1_IC1F; in TIM_TI1_ConfigInputStage()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h810 #define LL_TIM_IC_FILTER_FDIV32_N8 (TIM_CCMR1_IC1F << 16U) …
2795 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S) << SHIFT_TAB_ICxx[iChannel… in LL_TIM_IC_Config()
2796 …((Configuration >> 16U) & (TIM_CCMR1_IC1F | TIM_CCMR1_IC1PSC | TIM_CCMR1_CC1S)) << SHIFT_TAB_ICxx… in LL_TIM_IC_Config()
2936 …MODIFY_REG(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel]), (ICFilter >> 16U) << SHIFT_TAB_I… in LL_TIM_IC_SetFilter()
2973 …return ((READ_BIT(*pReg, ((TIM_CCMR1_IC1F) << SHIFT_TAB_ICxx[iChannel])) >> SHIFT_TAB_ICxx[iChanne… in LL_TIM_IC_GetFilter()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5627 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h6148 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h5885 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h5885 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5989 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h6709 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h7011 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14290 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (… macro