Home
last modified time | relevance | path

Searched refs:OCPolarity (Results 1 – 13 of 13) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c311 TIM_OC_InitStruct->OCPolarity = LL_TIM_OCPOLARITY_HIGH; in LL_TIM_OC_StructInit()
518 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC1Config()
539 MODIFY_REG(tmpccer, TIM_CCER_CC1P, TIM_OCInitStruct->OCPolarity); in OC1Config()
577 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC2Config()
598 MODIFY_REG(tmpccer, TIM_CCER_CC2P, TIM_OCInitStruct->OCPolarity << 4U); in OC2Config()
636 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC3Config()
657 MODIFY_REG(tmpccer, TIM_CCER_CC3P, TIM_OCInitStruct->OCPolarity << 8U); in OC3Config()
695 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC4Config()
716 MODIFY_REG(tmpccer, TIM_CCER_CC4P, TIM_OCInitStruct->OCPolarity << 12U); in OC4Config()
Dstm32l1xx_hal_tim.c2843 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()
3010 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()
3120 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
4519 tmpccer |= OC_Config->OCPolarity; in TIM_OC1_SetConfig()
4567 tmpccer |= (OC_Config->OCPolarity << 4); in TIM_OC2_SetConfig()
4614 tmpccer |= (OC_Config->OCPolarity << 8); in TIM_OC3_SetConfig()
4662 tmpccer |= (OC_Config->OCPolarity << 12); in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c288 TIM_OC_InitStruct->OCPolarity = LL_TIM_OCPOLARITY_HIGH; in LL_TIM_OC_StructInit()
496 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC1Config()
517 MODIFY_REG(tmpccer, TIM_CCER_CC1P, TIM_OCInitStruct->OCPolarity); in OC1Config()
555 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC2Config()
576 MODIFY_REG(tmpccer, TIM_CCER_CC2P, TIM_OCInitStruct->OCPolarity << 4U); in OC2Config()
614 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC3Config()
635 MODIFY_REG(tmpccer, TIM_CCER_CC3P, TIM_OCInitStruct->OCPolarity << 8U); in OC3Config()
673 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC4Config()
694 MODIFY_REG(tmpccer, TIM_CCER_CC4P, TIM_OCInitStruct->OCPolarity << 12U); in OC4Config()
Dstm32l0xx_hal_tim.c2831 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()
2998 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()
3108 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
4449 tmpccer |= OC_Config->OCPolarity; in TIM_OC1_SetConfig()
4497 tmpccer |= (OC_Config->OCPolarity << 4U); in TIM_OC2_SetConfig()
4544 tmpccer |= (OC_Config->OCPolarity << 8U); in TIM_OC3_SetConfig()
4592 tmpccer |= (OC_Config->OCPolarity << 12U); in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c397 TIM_OC_InitStruct->OCPolarity = LL_TIM_OCPOLARITY_HIGH; in LL_TIM_OC_StructInit()
808 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC1Config()
831 MODIFY_REG(tmpccer, TIM_CCER_CC1P, TIM_OCInitStruct->OCPolarity); in OC1Config()
887 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC2Config()
910 MODIFY_REG(tmpccer, TIM_CCER_CC2P, TIM_OCInitStruct->OCPolarity << 4U); in OC2Config()
966 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC3Config()
989 MODIFY_REG(tmpccer, TIM_CCER_CC3P, TIM_OCInitStruct->OCPolarity << 8U); in OC3Config()
1045 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC4Config()
1068 MODIFY_REG(tmpccer, TIM_CCER_CC4P, TIM_OCInitStruct->OCPolarity << 12U); in OC4Config()
1114 assert_param(IS_LL_TIM_OCPOLARITY(TIM_OCInitStruct->OCPolarity)); in OC5Config()
[all …]
Dstm32l4xx_hal_tim.c3338 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_OC_ConfigChannel()
3537 assert_param(IS_TIM_OC_POLARITY(sConfig->OCPolarity)); in HAL_TIM_PWM_ConfigChannel()
3693 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
5672 tmpccer |= OC_Config->OCPolarity; in TIM_OC1_SetConfig()
5748 tmpccer |= (OC_Config->OCPolarity << 4U); in TIM_OC2_SetConfig()
5823 tmpccer |= (OC_Config->OCPolarity << 8U); in TIM_OC3_SetConfig()
5898 tmpccer |= (OC_Config->OCPolarity << 12U); in TIM_OC4_SetConfig()
5956 tmpccer |= (OC_Config->OCPolarity << 16U); in TIM_OC5_SetConfig()
6009 tmpccer |= (OC_Config->OCPolarity << 20U); in TIM_OC6_SetConfig()
Dstm32l4xx_hal_tim_ex.c219 OC_Config.OCPolarity = TIM_OCPOLARITY_HIGH; in HAL_TIMEx_HallSensor_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h90 uint32_t OCPolarity; /*!< Specifies the output polarity. member
112 uint32_t OCPolarity; /*!< Specifies the output polarity. member
Dstm32l1xx_ll_tim.h206 uint32_t OCPolarity; /*!< Specifies the output polarity. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h102 uint32_t OCPolarity; /*!< Specifies the output polarity. member
128 uint32_t OCPolarity; /*!< Specifies the output polarity. member
Dstm32l0xx_ll_tim.h210 uint32_t OCPolarity; /*!< Specifies the output polarity. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h102 uint32_t OCPolarity; /*!< Specifies the output polarity. member
134 uint32_t OCPolarity; /*!< Specifies the output polarity. member
Dstm32l4xx_ll_tim.h320 uint32_t OCPolarity; /*!< Specifies the output polarity. member