|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| ErrorStatus | LL_TIM_DeInit (TIM_TypeDef *TIMx) |
| Set TIMx registers to their reset values. More... | |
| void | LL_TIM_StructInit (LL_TIM_InitTypeDef *TIM_InitStruct) |
| Set the fields of the time base unit configuration data structure to their default values. More... | |
| ErrorStatus | LL_TIM_Init (TIM_TypeDef *TIMx, LL_TIM_InitTypeDef *TIM_InitStruct) |
| Configure the TIMx time base unit. More... | |
| void | LL_TIM_OC_StructInit (LL_TIM_OC_InitTypeDef *TIM_OC_InitStruct) |
| Set the fields of the TIMx output channel configuration data structure to their default values. More... | |
| ErrorStatus | LL_TIM_OC_Init (TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_OC_InitTypeDef *TIM_OC_InitStruct) |
| Configure the TIMx output channel. More... | |
| void | LL_TIM_IC_StructInit (LL_TIM_IC_InitTypeDef *TIM_ICInitStruct) |
| Set the fields of the TIMx input channel configuration data structure to their default values. More... | |
| ErrorStatus | LL_TIM_IC_Init (TIM_TypeDef *TIMx, uint32_t Channel, LL_TIM_IC_InitTypeDef *TIM_IC_InitStruct) |
| Configure the TIMx input channel. More... | |
| void | LL_TIM_ENCODER_StructInit (LL_TIM_ENCODER_InitTypeDef *TIM_EncoderInitStruct) |
| Fills each TIM_EncoderInitStruct field with its default value. More... | |
| ErrorStatus | LL_TIM_ENCODER_Init (TIM_TypeDef *TIMx, LL_TIM_ENCODER_InitTypeDef *TIM_EncoderInitStruct) |
| Configure the encoder interface of the timer instance. More... | |
| void | LL_TIM_HALLSENSOR_StructInit (LL_TIM_HALLSENSOR_InitTypeDef *TIM_HallSensorInitStruct) |
| Set the fields of the TIMx Hall sensor interface configuration data structure to their default values. More... | |
| ErrorStatus | LL_TIM_HALLSENSOR_Init (TIM_TypeDef *TIMx, LL_TIM_HALLSENSOR_InitTypeDef *TIM_HallSensorInitStruct) |
| Configure the Hall sensor interface of the timer instance. More... | |
| void | LL_TIM_BDTR_StructInit (LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) |
| Set the fields of the Break and Dead Time configuration data structure to their default values. More... | |
| ErrorStatus | LL_TIM_BDTR_Init (TIM_TypeDef *TIMx, LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) |
| Configure the Break and Dead Time feature of the timer instance. More... | |
| ErrorStatus LL_TIM_BDTR_Init | ( | TIM_TypeDef * | TIMx, |
| LL_TIM_BDTR_InitTypeDef * | TIM_BDTRInitStruct | ||
| ) |
Configure the Break and Dead Time feature of the timer instance.
| TIMx | Timer Instance |
| TIM_BDTRInitStruct | pointer to a LL_TIM_BDTR_InitTypeDef structure (Break and Dead Time configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 714 of file stm32l4xx_ll_tim.c.
| void LL_TIM_BDTR_StructInit | ( | LL_TIM_BDTR_InitTypeDef * | TIM_BDTRInitStruct | ) |
Set the fields of the Break and Dead Time configuration data structure to their default values.
| TIM_BDTRInitStruct | pointer to a LL_TIM_BDTR_InitTypeDef structure (Break and Dead Time configuration data structure) |
| None |
Definition at line 682 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_DeInit | ( | TIM_TypeDef * | TIMx | ) |
Set TIMx registers to their reset values.
| TIMx | Timer instance |
| An | ErrorStatus enumeration value:
|
Definition at line 217 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_ENCODER_Init | ( | TIM_TypeDef * | TIMx, |
| LL_TIM_ENCODER_InitTypeDef * | TIM_EncoderInitStruct | ||
| ) |
Configure the encoder interface of the timer instance.
| TIMx | Timer Instance |
| TIM_EncoderInitStruct | pointer to a LL_TIM_ENCODER_InitTypeDef structure (TIMx encoder interface configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 513 of file stm32l4xx_ll_tim.c.
| void LL_TIM_ENCODER_StructInit | ( | LL_TIM_ENCODER_InitTypeDef * | TIM_EncoderInitStruct | ) |
Fills each TIM_EncoderInitStruct field with its default value.
| TIM_EncoderInitStruct | pointer to a LL_TIM_ENCODER_InitTypeDef structure (encoder interface configuration data structure) |
| None |
Definition at line 491 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_HALLSENSOR_Init | ( | TIM_TypeDef * | TIMx, |
| LL_TIM_HALLSENSOR_InitTypeDef * | TIM_HallSensorInitStruct | ||
| ) |
Configure the Hall sensor interface of the timer instance.
| TIMx | Timer Instance |
| TIM_HallSensorInitStruct | pointer to a LL_TIM_HALLSENSOR_InitTypeDef structure (TIMx HALL sensor interface configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 604 of file stm32l4xx_ll_tim.c.
| void LL_TIM_HALLSENSOR_StructInit | ( | LL_TIM_HALLSENSOR_InitTypeDef * | TIM_HallSensorInitStruct | ) |
Set the fields of the TIMx Hall sensor interface configuration data structure to their default values.
| TIM_HallSensorInitStruct | pointer to a LL_TIM_HALLSENSOR_InitTypeDef structure (HALL sensor interface configuration data structure) |
| None |
Definition at line 575 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_IC_Init | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channel, | ||
| LL_TIM_IC_InitTypeDef * | TIM_IC_InitStruct | ||
| ) |
Configure the TIMx input channel.
| TIMx | Timer Instance |
| Channel | This parameter can be one of the following values:
|
| TIM_IC_InitStruct | pointer to a LL_TIM_IC_InitTypeDef structure (TIMx input channel configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 461 of file stm32l4xx_ll_tim.c.
| void LL_TIM_IC_StructInit | ( | LL_TIM_IC_InitTypeDef * | TIM_ICInitStruct | ) |
Set the fields of the TIMx input channel configuration data structure to their default values.
| TIM_ICInitStruct | pointer to a LL_TIM_IC_InitTypeDef structure (the input channel configuration data structure) |
| None |
Definition at line 439 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_Init | ( | TIM_TypeDef * | TIMx, |
| LL_TIM_InitTypeDef * | TIM_InitStruct | ||
| ) |
Configure the TIMx time base unit.
| TIMx | Timer Instance |
| TIM_InitStruct | pointer to a LL_TIM_InitTypeDef structure (TIMx time base unit configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 323 of file stm32l4xx_ll_tim.c.
| ErrorStatus LL_TIM_OC_Init | ( | TIM_TypeDef * | TIMx, |
| uint32_t | Channel, | ||
| LL_TIM_OC_InitTypeDef * | TIM_OC_InitStruct | ||
| ) |
Configure the TIMx output channel.
| TIMx | Timer Instance |
| Channel | This parameter can be one of the following values:
|
| TIM_OC_InitStruct | pointer to a LL_TIM_OC_InitTypeDef structure (TIMx output channel configuration data structure) |
| An | ErrorStatus enumeration value:
|
Definition at line 402 of file stm32l4xx_ll_tim.c.
| void LL_TIM_OC_StructInit | ( | LL_TIM_OC_InitTypeDef * | TIM_OC_InitStruct | ) |
Set the fields of the TIMx output channel configuration data structure to their default values.
| TIM_OC_InitStruct | pointer to a LL_TIM_OC_InitTypeDef structure (the output channel configuration data structure) |
| None |
Definition at line 374 of file stm32l4xx_ll_tim.c.
| void LL_TIM_StructInit | ( | LL_TIM_InitTypeDef * | TIM_InitStruct | ) |
Set the fields of the time base unit configuration data structure to their default values.
| TIM_InitStruct | pointer to a LL_TIM_InitTypeDef structure (time base unit configuration data structure) |
| None |
Definition at line 305 of file stm32l4xx_ll_tim.c.