Home
last modified time | relevance | path

Searched refs:OCFastMode (Results 1 – 7 of 7) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c3538 assert_param(IS_TIM_FAST_STATE(sConfig->OCFastMode)); in HAL_TIM_PWM_ConfigChannel()
3560 htim->Instance->CCMR1 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3577 htim->Instance->CCMR1 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
3594 htim->Instance->CCMR2 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3611 htim->Instance->CCMR2 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
3628 htim->Instance->CCMR3 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3645 htim->Instance->CCMR3 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
Dstm32l4xx_hal_tim_ex.c214 OC_Config.OCFastMode = TIM_OCFAST_DISABLE; in HAL_TIMEx_HallSensor_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3011 assert_param(IS_TIM_FAST_STATE(sConfig->OCFastMode)); in HAL_TIM_PWM_ConfigChannel()
3028 htim->Instance->CCMR1 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3043 htim->Instance->CCMR1 |= sConfig->OCFastMode << 8; in HAL_TIM_PWM_ConfigChannel()
3058 htim->Instance->CCMR2 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3073 htim->Instance->CCMR2 |= sConfig->OCFastMode << 8; in HAL_TIM_PWM_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c2999 assert_param(IS_TIM_FAST_STATE(sConfig->OCFastMode)); in HAL_TIM_PWM_ConfigChannel()
3016 htim->Instance->CCMR1 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3031 htim->Instance->CCMR1 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
3046 htim->Instance->CCMR2 |= sConfig->OCFastMode; in HAL_TIM_PWM_ConfigChannel()
3061 htim->Instance->CCMR2 |= sConfig->OCFastMode << 8U; in HAL_TIM_PWM_ConfigChannel()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h93 uint32_t OCFastMode; /*!< Specifies the Fast mode state. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h105 uint32_t OCFastMode; /*!< Specifies the Fast mode state. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h109 uint32_t OCFastMode; /*!< Specifies the Fast mode state. member