mbed-os/targets/TARGET_Silicon_Labs/TARGET_EFM32/common
Steven Cooreman 1448f81620 Re-implement us_ticker and lp_ticker for Silicon Labs targets
Re-implemented both us_ticker and lp_ticker to match the new API and specifications.
Details:
* On EFM32GG, EFM32WG, EFM32LG, EFM32HG, EFM32ZG: Use the RTC peripheral to back lp_ticker, and a TIMER to back us_ticker.
* On EFM32PG, EFR32MG, EFM32PG12, EFR32MG12: Use the RTCC peripheral to back lp_ticker (dual-purpose, also used to back RTC), and a TIMER to back us_ticker.
2018-05-25 12:20:10 -05:00
..
CommonPinNames.h Squash warnings by defining 'NC' as unsigned type 2017-11-24 16:14:56 +01:00
PortNames.h Bugfix for EFM32PG12 and EFR32MG12 2017-03-21 16:19:46 +01:00
clocking.h Re-implement us_ticker and lp_ticker for Silicon Labs targets 2018-05-25 12:20:10 -05:00
cmsis.h [EFM32] More condensation 2016-10-24 18:25:21 +02:00
cmsis_nvic.h Correct Silabs NVIC selection 2017-09-11 13:20:32 -05:00
device.h [EFM32] Small fixes 2016-10-24 18:24:59 +02:00
mbed_overrides.c Re-implement RTC for Silicon Labs targets 2018-05-25 12:20:10 -05:00
objects.h [Silicon Labs] Add flash API support 2017-06-09 11:51:28 +01:00