Searched refs:OCMode (Results 1 – 13 of 13) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_tim.c | 308 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()
|
D | stm32l1xx_hal_tim.c | 2842 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/ |
D | stm32l0xx_ll_tim.c | 285 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()
|
D | stm32l0xx_hal_tim.c | 2830 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/ |
D | stm32l4xx_ll_tim.c | 393 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 …]
|
D | stm32l4xx_hal_tim.c | 3337 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()
|
D | stm32l4xx_hal_tim_ex.c | 216 OC_Config.OCMode = TIM_OCMODE_PWM2; in HAL_TIMEx_HallSensor_Init()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_tim.h | 84 uint32_t OCMode; /*!< Specifies the TIM mode. member 106 uint32_t OCMode; /*!< Specifies the TIM mode. member
|
D | stm32l1xx_ll_tim.h | 191 uint32_t OCMode; /*!< Specifies the output mode. member
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_tim.h | 96 uint32_t OCMode; /*!< Specifies the TIM mode. member 122 uint32_t OCMode; /*!< Specifies the TIM mode. member
|
D | stm32l0xx_ll_tim.h | 195 uint32_t OCMode; /*!< Specifies the output mode. member
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_tim.h | 96 uint32_t OCMode; /*!< Specifies the TIM mode. member 128 uint32_t OCMode; /*!< Specifies the TIM mode. member
|
D | stm32l4xx_ll_tim.h | 300 uint32_t OCMode; /*!< Specifies the output mode. member
|