STM32F4xx_HAL_Driver
1.8.3
|
Functions | |
ErrorStatus | LL_ADC_CommonDeInit (ADC_Common_TypeDef *ADCxy_COMMON) |
De-initialize registers of all ADC instances belonging to the same ADC common instance to their default reset values. More... | |
ErrorStatus | LL_ADC_CommonInit (ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_CommonInitStruct) |
Initialize some features of ADC common parameters (all ADC instances belonging to the same ADC common instance) and multimode (for devices with several ADC instances available). More... | |
void | LL_ADC_CommonStructInit (LL_ADC_CommonInitTypeDef *ADC_CommonInitStruct) |
Set each LL_ADC_CommonInitTypeDef field to default value. More... | |
ErrorStatus | LL_ADC_DeInit (ADC_TypeDef *ADCx) |
De-initialize registers of the selected ADC instance to their default reset values. More... | |
ErrorStatus | LL_ADC_Init (ADC_TypeDef *ADCx, LL_ADC_InitTypeDef *ADC_InitStruct) |
Initialize some features of ADC instance. More... | |
void | LL_ADC_StructInit (LL_ADC_InitTypeDef *ADC_InitStruct) |
Set each LL_ADC_InitTypeDef field to default value. More... | |
ErrorStatus | LL_ADC_REG_Init (ADC_TypeDef *ADCx, LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct) |
Initialize some features of ADC group regular. More... | |
void | LL_ADC_REG_StructInit (LL_ADC_REG_InitTypeDef *ADC_REG_InitStruct) |
Set each LL_ADC_REG_InitTypeDef field to default value. More... | |
ErrorStatus | LL_ADC_INJ_Init (ADC_TypeDef *ADCx, LL_ADC_INJ_InitTypeDef *ADC_INJ_InitStruct) |
Initialize some features of ADC group injected. More... | |
void | LL_ADC_INJ_StructInit (LL_ADC_INJ_InitTypeDef *ADC_INJ_InitStruct) |
Set each LL_ADC_INJ_InitTypeDef field to default value. More... | |
ErrorStatus LL_ADC_CommonDeInit | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
De-initialize registers of all ADC instances belonging to the same ADC common instance to their default reset values.
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
An | ErrorStatus enumeration value:
|
Definition at line 289 of file stm32f4xx_ll_adc.c.
ErrorStatus LL_ADC_CommonInit | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
LL_ADC_CommonInitTypeDef * | ADC_CommonInitStruct | ||
) |
Initialize some features of ADC common parameters (all ADC instances belonging to the same ADC common instance) and multimode (for devices with several ADC instances available).
ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
ADC_CommonInitStruct | Pointer to a LL_ADC_CommonInitTypeDef structure |
An | ErrorStatus enumeration value:
|
Definition at line 319 of file stm32f4xx_ll_adc.c.
void LL_ADC_CommonStructInit | ( | LL_ADC_CommonInitTypeDef * | ADC_CommonInitStruct | ) |
Set each LL_ADC_CommonInitTypeDef field to default value.
ADC_CommonInitStruct | Pointer to a LL_ADC_CommonInitTypeDef structure whose fields will be set to default values. |
None |
Definition at line 401 of file stm32f4xx_ll_adc.c.
ErrorStatus LL_ADC_DeInit | ( | ADC_TypeDef * | ADCx | ) |
De-initialize registers of the selected ADC instance to their default reset values.
ADCx | ADC instance |
An | ErrorStatus enumeration value:
|
Definition at line 426 of file stm32f4xx_ll_adc.c.
ErrorStatus LL_ADC_Init | ( | ADC_TypeDef * | ADCx, |
LL_ADC_InitTypeDef * | ADC_InitStruct | ||
) |
Initialize some features of ADC instance.
ADCx | ADC instance |
ADC_InitStruct | Pointer to a LL_ADC_REG_InitTypeDef structure |
An | ErrorStatus enumeration value:
|
Definition at line 585 of file stm32f4xx_ll_adc.c.
ErrorStatus LL_ADC_INJ_Init | ( | ADC_TypeDef * | ADCx, |
LL_ADC_INJ_InitTypeDef * | ADC_INJ_InitStruct | ||
) |
Initialize some features of ADC group injected.
ADCx | ADC instance |
ADC_INJ_InitStruct | Pointer to a LL_ADC_INJ_InitTypeDef structure |
An | ErrorStatus enumeration value:
|
Definition at line 815 of file stm32f4xx_ll_adc.c.
void LL_ADC_INJ_StructInit | ( | LL_ADC_INJ_InitTypeDef * | ADC_INJ_InitStruct | ) |
Set each LL_ADC_INJ_InitTypeDef field to default value.
ADC_INJ_InitStruct | Pointer to a LL_ADC_INJ_InitTypeDef structure whose fields will be set to default values. |
None |
Definition at line 893 of file stm32f4xx_ll_adc.c.
ErrorStatus LL_ADC_REG_Init | ( | ADC_TypeDef * | ADCx, |
LL_ADC_REG_InitTypeDef * | ADC_REG_InitStruct | ||
) |
Initialize some features of ADC group regular.
ADCx | ADC instance |
ADC_REG_InitStruct | Pointer to a LL_ADC_REG_InitTypeDef structure |
An | ErrorStatus enumeration value:
|
Definition at line 680 of file stm32f4xx_ll_adc.c.
void LL_ADC_REG_StructInit | ( | LL_ADC_REG_InitTypeDef * | ADC_REG_InitStruct | ) |
Set each LL_ADC_REG_InitTypeDef field to default value.
ADC_REG_InitStruct | Pointer to a LL_ADC_REG_InitTypeDef structure whose fields will be set to default values. |
None |
Definition at line 769 of file stm32f4xx_ll_adc.c.
void LL_ADC_StructInit | ( | LL_ADC_InitTypeDef * | ADC_InitStruct | ) |
Set each LL_ADC_InitTypeDef field to default value.
ADC_InitStruct | Pointer to a LL_ADC_InitTypeDef structure whose fields will be set to default values. |
None |
Definition at line 633 of file stm32f4xx_ll_adc.c.