mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE
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 Major Refactoring & extensions 2017-05-31 15:02:11 +03:00
objects.h STM32: Analogin - define handle in object not as a global 2017-07-17 13:23:45 +02:00
onboard_modem_api.c Major Refactoring & extensions 2017-05-31 15:02:11 +03:00