Home
last modified time | relevance | path

Searched refs:IC1Prescaler (Results 1 – 14 of 14) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c513 TIM_EncoderInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
539 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC1Prescaler)); in LL_TIM_ENCODER_Init()
559 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Prescaler >> 16U); in LL_TIM_ENCODER_Init()
595 TIM_HallSensorInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_HALLSENSOR_StructInit()
630 assert_param(IS_LL_TIM_ICPSC(TIM_HallSensorInitStruct->IC1Prescaler)); in LL_TIM_HALLSENSOR_Init()
663 tmpccmr1 |= (uint32_t)(TIM_HallSensorInitStruct->IC1Prescaler >> 16U); in LL_TIM_HALLSENSOR_Init()
Dstm32l4xx_hal_tim_ex.c164 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); in HAL_TIMEx_HallSensor_Init()
200 htim->Instance->CCMR1 |= sConfig->IC1Prescaler; in HAL_TIMEx_HallSensor_Init()
Dstm32l4xx_hal_tim.c2561 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); 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/Src/
Dstm32l1xx_ll_tim.c416 TIM_EncoderInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
442 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC1Prescaler)); in LL_TIM_ENCODER_Init()
462 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Prescaler >> 16U); in LL_TIM_ENCODER_Init()
Dstm32l1xx_hal_tim.c2189 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); 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.c393 TIM_EncoderInitStruct->IC1Prescaler = LL_TIM_ICPSC_DIV1; in LL_TIM_ENCODER_StructInit()
419 assert_param(IS_LL_TIM_ICPSC(TIM_EncoderInitStruct->IC1Prescaler)); in LL_TIM_ENCODER_Init()
439 tmpccmr1 |= (uint32_t)(TIM_EncoderInitStruct->IC1Prescaler >> 16U); in LL_TIM_ENCODER_Init()
Dstm32l0xx_hal_tim.c2180 assert_param(IS_TIM_IC_PRESCALER(sConfig->IC1Prescaler)); 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/Inc/
Dstm32l4xx_hal_tim_ex.h69 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l4xx_ll_tim.h391 uint32_t IC1Prescaler; /*!< Specifies the TI1 input prescaler value. member
434 uint32_t IC1Prescaler; /*!< Specifies the TI1 input prescaler value. member
Dstm32l4xx_hal_tim.h191 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h161 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l1xx_ll_tim.h263 uint32_t IC1Prescaler; /*!< Specifies the TI1 input prescaler value. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h188 uint32_t IC1Prescaler; /*!< Specifies the Input Capture Prescaler. member
Dstm32l0xx_ll_tim.h266 uint32_t IC1Prescaler; /*!< Specifies the TI1 input prescaler value. member