Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_tim.c308 TIM_OC_InitStruct->OCMode = LL_TIM_OCMODE_FROZEN; in LL_TIM_OC_StructInit()
516 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC1Config()
536 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC1M, TIM_OCInitStruct->OCMode); in OC1Config()
575 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC2Config()
595 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC2M, TIM_OCInitStruct->OCMode << 8U); in OC2Config()
634 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC3Config()
654 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC3M, TIM_OCInitStruct->OCMode); in OC3Config()
693 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC4Config()
713 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC4M, TIM_OCInitStruct->OCMode << 8U); in OC4Config()
Dstm32l1xx_hal_tim.c2842 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()
3009 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()
3118 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
4514 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
4562 tmpccmrx |= (OC_Config->OCMode << 8); in TIM_OC2_SetConfig()
4609 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
4657 tmpccmrx |= (OC_Config->OCMode << 8); in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_tim.c285 TIM_OC_InitStruct->OCMode = LL_TIM_OCMODE_FROZEN; in LL_TIM_OC_StructInit()
494 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC1Config()
514 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC1M, TIM_OCInitStruct->OCMode); in OC1Config()
553 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC2Config()
573 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC2M, TIM_OCInitStruct->OCMode << 8U); in OC2Config()
612 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC3Config()
632 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC3M, TIM_OCInitStruct->OCMode); in OC3Config()
671 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC4Config()
691 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC4M, TIM_OCInitStruct->OCMode << 8U); in OC4Config()
Dstm32l0xx_hal_tim.c2830 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()
2997 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()
3106 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
4444 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
4492 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
4539 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
4587 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c393 TIM_OC_InitStruct->OCMode = LL_TIM_OCMODE_FROZEN; in LL_TIM_OC_StructInit()
806 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC1Config()
828 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC1M, TIM_OCInitStruct->OCMode); in OC1Config()
885 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC2Config()
907 MODIFY_REG(tmpccmr1, TIM_CCMR1_OC2M, TIM_OCInitStruct->OCMode << 8U); in OC2Config()
964 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC3Config()
986 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC3M, TIM_OCInitStruct->OCMode); in OC3Config()
1043 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC4Config()
1065 MODIFY_REG(tmpccmr2, TIM_CCMR2_OC4M, TIM_OCInitStruct->OCMode << 8U); in OC4Config()
1112 assert_param(IS_LL_TIM_OCMODE(TIM_OCInitStruct->OCMode)); in OC5Config()
[all …]
Dstm32l4xx_hal_tim.c3337 assert_param(IS_TIM_OC_MODE(sConfig->OCMode)); in HAL_TIM_OC_ConfigChannel()
3536 assert_param(IS_TIM_PWM_MODE(sConfig->OCMode)); in HAL_TIM_PWM_ConfigChannel()
3691 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
5667 tmpccmrx |= OC_Config->OCMode; in TIM_OC1_SetConfig()
5743 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC2_SetConfig()
5818 tmpccmrx |= OC_Config->OCMode; in TIM_OC3_SetConfig()
5893 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC4_SetConfig()
5951 tmpccmrx |= OC_Config->OCMode; in TIM_OC5_SetConfig()
6004 tmpccmrx |= (OC_Config->OCMode << 8U); in TIM_OC6_SetConfig()
Dstm32l4xx_hal_tim_ex.c216 OC_Config.OCMode = TIM_OCMODE_PWM2; in HAL_TIMEx_HallSensor_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h84 uint32_t OCMode; /*!< Specifies the TIM mode. member
106 uint32_t OCMode; /*!< Specifies the TIM mode. member
Dstm32l1xx_ll_tim.h191 uint32_t OCMode; /*!< Specifies the output mode. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h96 uint32_t OCMode; /*!< Specifies the TIM mode. member
122 uint32_t OCMode; /*!< Specifies the TIM mode. member
Dstm32l0xx_ll_tim.h195 uint32_t OCMode; /*!< Specifies the output mode. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h96 uint32_t OCMode; /*!< Specifies the TIM mode. member
128 uint32_t OCMode; /*!< Specifies the TIM mode. member
Dstm32l4xx_ll_tim.h300 uint32_t OCMode; /*!< Specifies the output mode. member