mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F446xE
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
..
TARGET_B96B_F446VE STM32F4: json clock source configuration 2017-06-29 09:57:40 +02:00
TARGET_NUCLEO_F446RE STM32F4: json clock source configuration 2017-06-29 09:57:40 +02:00
TARGET_NUCLEO_F446ZE STM32F4: json clock source configuration 2017-06-29 09:57:40 +02:00
device Upcase all assembler file extensions 2017-06-20 14:50:08 -05:00
objects.h STM32: Analogin - define handle in object not as a global 2017-07-17 13:23:45 +02:00