hnucleo_Adc is only used within STM32F4xx_Nucleo_144.
 
Symbols
loading...
Files
loading...

hnucleo_Adc variable

Syntax

References

LocationReferrerText
stm32f4xx_nucleo_144.c:104
static ADC_HandleTypeDef hnucleo_Adc;
stm32f4xx_nucleo_144.c:719ADCx_Init()
if(HAL_ADC_GetState(&hnucleo_Adc) == HAL_ADC_STATE_RESET)
stm32f4xx_nucleo_144.c:722ADCx_Init()
hnucleo_Adc.Instance = NUCLEO_ADCx;
stm32f4xx_nucleo_144.c:723ADCx_Init()
hnucleo_Adc.Init.ClockPrescaler = ADC_CLOCKPRESCALER_PCLK_DIV4; /* (must not exceed 36MHz) */
stm32f4xx_nucleo_144.c:724ADCx_Init()
hnucleo_Adc.Init.Resolution = ADC_RESOLUTION12b;
stm32f4xx_nucleo_144.c:725ADCx_Init()
hnucleo_Adc.Init.DataAlign = ADC_DATAALIGN_RIGHT;
stm32f4xx_nucleo_144.c:726ADCx_Init()
hnucleo_Adc.Init.ContinuousConvMode = DISABLE;
stm32f4xx_nucleo_144.c:727ADCx_Init()
hnucleo_Adc.Init.DiscontinuousConvMode = DISABLE;
stm32f4xx_nucleo_144.c:728ADCx_Init()
hnucleo_Adc.Init.ExternalTrigConvEdge = ADC_EXTERNALTRIGCONVEDGE_NONE;
stm32f4xx_nucleo_144.c:729ADCx_Init()
hnucleo_Adc.Init.EOCSelection = EOC_SINGLE_CONV;
stm32f4xx_nucleo_144.c:730ADCx_Init()
hnucleo_Adc.Init.NbrOfConversion = 1;
stm32f4xx_nucleo_144.c:731ADCx_Init()
hnucleo_Adc.Init.DMAContinuousRequests = DISABLE;
stm32f4xx_nucleo_144.c:733ADCx_Init()
ADCx_MspInit(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:734ADCx_Init()
HAL_ADC_Init(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:743ADCx_DeInit()
hnucleo_Adc.Instance = NUCLEO_ADCx;
stm32f4xx_nucleo_144.c:745ADCx_DeInit()
HAL_ADC_DeInit(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:746ADCx_DeInit()
ADCx_MspDeInit(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:766BSP_JOY_Init()
status = HAL_ADC_ConfigChannel(&hnucleo_Adc, &sConfig);
stm32f4xx_nucleo_144.c:799BSP_JOY_GetState()
HAL_ADC_Start(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:802BSP_JOY_GetState()
HAL_ADC_PollForConversion(&hnucleo_Adc, 10);
stm32f4xx_nucleo_144.c:805BSP_JOY_GetState()
if((HAL_ADC_GetState(&hnucleo_Adc) & HAL_ADC_STATE_EOC_REG) == HAL_ADC_STATE_EOC_REG)
stm32f4xx_nucleo_144.c:808BSP_JOY_GetState()
keyconvertedvalue = HAL_ADC_GetValue(&hnucleo_Adc);
stm32f4xx_nucleo_144.c:839BSP_JOY_GetState()
keyconvertedvalue = HAL_ADC_GetValue(&hnucleo_Adc);

Data Use

Functions reading hnucleo_Adc
hnucleo_Adc
all items filtered out
Type of hnucleo_Adc
hnucleo_Adc
all items filtered out