|
STM32L4xx_HAL_Driver
1.14.0
|
Private functions. More...
Functions | |
| static ErrorStatus | OC1Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 1. More... | |
| static ErrorStatus | OC2Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 2. More... | |
| static ErrorStatus | OC3Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 3. More... | |
| static ErrorStatus | OC4Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 4. More... | |
| static ErrorStatus | OC5Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 5. More... | |
| static ErrorStatus | OC6Config (TIM_TypeDef *TIMx, LL_TIM_OC_InitTypeDef *TIM_OCInitStruct) |
| Configure the TIMx output channel 6. More... | |
| static ErrorStatus | IC1Config (TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) |
| Configure the TIMx input channel 1. More... | |
| static ErrorStatus | IC2Config (TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) |
| Configure the TIMx input channel 2. More... | |
| static ErrorStatus | IC3Config (TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) |
| Configure the TIMx input channel 3. More... | |
| static ErrorStatus | IC4Config (TIM_TypeDef *TIMx, LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) |
| Configure the TIMx input channel 4. More... | |
Private functions.
|
static |
Configure the TIMx input channel 1.
| TIMx | Timer Instance |
| TIM_ICInitStruct | pointer to the the TIMx input channel 1 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1210 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx input channel 2.
| TIMx | Timer Instance |
| TIM_ICInitStruct | pointer to the the TIMx input channel 2 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1243 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx input channel 3.
| TIMx | Timer Instance |
| TIM_ICInitStruct | pointer to the the TIMx input channel 3 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1276 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx input channel 4.
| TIMx | Timer Instance |
| TIM_ICInitStruct | pointer to the the TIMx input channel 4 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1309 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 1.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 1 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 782 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 2.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 2 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 861 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 3.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 3 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 940 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 4.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 4 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1019 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 5.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 5 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1089 of file stm32l4xx_ll_tim.c.
|
static |
Configure the TIMx output channel 6.
| TIMx | Timer Instance |
| TIM_OCInitStruct | pointer to the the TIMx output channel 6 configuration data structure |
| An | ErrorStatus enumeration value:
|
Definition at line 1150 of file stm32l4xx_ll_tim.c.