Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c420 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
446 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init()
468 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
Dstm32l1xx_hal_tim.c2190 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2231 tmpccmr1 |= sConfig->IC1Prescaler | (sConfig->IC2Prescaler << 8); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c397 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
423 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init()
445 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
Dstm32l0xx_hal_tim.c2181 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2224 tmpccmr1 |= sConfig->IC1Prescaler | (sConfig->IC2Prescaler << 8U); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c517 TIM_EncoderInitStruct->IC2Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
543 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC2Prescaler)); in LL_TIM_ENCODER_Init()
565 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC2Prescaler >> 8U); in LL_TIM_ENCODER_Init()
Dstm32l4xx_hal_tim.c2562 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC2Prescaler)); in HAL_TIM_Encoder_Init()
2615 tmpccmr1 |= sConfig->IC1Prescaler | (sConfig->IC2Prescaler << 8U); in HAL_TIM_Encoder_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h173 uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l1xx_ll_tim.h283 uint32_t IC2Prescaler; /*!< Specifies the TI2 input prescaler value. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h200 uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l0xx_ll_tim.h286 uint32_t IC2Prescaler; /*!< Specifies the TI2 input prescaler value. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h203 uint32_t IC2Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l4xx_ll_tim.h411 uint32_t IC2Prescaler; /*!< Specifies the TI2 input prescaler value. member