mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_MDOT_F405RG
Laurent MEUNIER 8540e8a1dd STM32: Analogin - define handle in object not as a global
In this commit, the analogin_s structure is moved to commonn_objects.h file
to limit the duplicaion.

The ADC handle is moved from a global variable to a struct member of the
analogin object. This allows multiple ADC instances to work correctly.

Note that State needs to be explicitely set to HAL_ADC_STATE_RESET
because the object is not zero initialized.
2017-07-17 13:23:45 +02:00
..
device STM32F4: json clock source configuration 2017-06-29 09:57:40 +02:00
PeripheralNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PeripheralPins.c STM32F4 Internal ADC channels rework 2017-04-11 10:12:25 +02:00
PinNames.h STM32 Add USB pins name in PinNames.h files 2017-06-13 17:15:27 +02:00
objects.h STM32: Analogin - define handle in object not as a global 2017-07-17 13:23:45 +02:00