ADCConvertedValue is only used within CustomHID_Standalone.
 
Symbols
loading...
Files
loading...

ADCConvertedValue variable

Syntax

extern uint32_t ADCConvertedValue;
Implemented in usbd_customhid_if.c:31

References

LocationReferrerText
usbd_customhid_if.c:31
uint32_t ADCConvertedValue = 0;
stm32f4xx_it.c:31
extern uint32_t ADCConvertedValue;
stm32f4xx_it.c:181DMA2_Stream0_IRQHandler()
if (abs((ADCConvertedValue >> 4) - (ADC_Prev_ConvertedValue >> 4)) > 4)
stm32f4xx_it.c:183DMA2_Stream0_IRQHandler()
SendBuffer[1] = (uint8_t) (ADCConvertedValue >> 4);
stm32f4xx_it.c:187DMA2_Stream0_IRQHandler()
ADC_Prev_ConvertedValue = ADCConvertedValue;
usbd_customhid_if.c:199CustomHID_Init()
HAL_ADC_Start_DMA(&AdcHandle, (uint32_t *) & ADCConvertedValue, 1);

Data Use

Functions reading ADCConvertedValue
ADCConvertedValue
DMA2_Stream0_IRQHandler()
all items filtered out
Type of ADCConvertedValue
ADCConvertedValue
uint32_t
all items filtered out