1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/efm32/periph
Jue 54e915e40d cpu/efm32/timer_series2: sync STATUS register
Make sure the STATUS register has been synced between the different clock domains.

Especially the LETIMER needs some time to update the STATUS register after it has been enabled. If the LETIMER is started and stopped with just a short delay, pm_layered gets confused because the timer seems to be inactive ...
2022-10-28 11:34:55 +02:00
..
adc.c cpu/*: add missing include of assert.h 2020-10-22 11:13:08 +02:00
cpuid.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
dac.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
flashpage.c efm32: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:39 +01:00
gpio_ll.c cpu/efm32: Support pull-up/-down resistors 2022-05-03 19:32:08 +02:00
gpio.c cpu/efm32/gpio: fix clock enable sequence for series 2 2022-10-24 23:16:38 +02:00
hwrng_series1.c cpu/efm32/hwrng: add series 2 periph driver 2022-10-24 23:16:39 +02:00
hwrng_series2.c cpu/efm32/hwrng: add series 2 periph driver 2022-10-24 23:16:39 +02:00
i2c.c cpu/efm32/i2c: add series 2 support 2022-10-24 23:16:39 +02:00
Kconfig cpu/efm32/periph: remove seriesn in kconfig 2022-08-17 14:37:23 +02:00
Kconfig.timer cpu/efm32/Kconfig: add EFM32_XTIMER_USE_LETIMER config 2020-09-02 15:31:28 +02:00
Makefile cpu/efm32/wdt: add series 2 support 2022-10-24 23:16:39 +02:00
pm.c cpu/efm32/pm: add debug output 2022-10-19 18:17:43 +02:00
pwm.c cpu/*: add missing include of assert.h 2020-10-22 11:13:08 +02:00
rtc_series0.c cpu/efm32: RTC Series 0: use RTC helper functions 2020-11-09 17:57:57 +01:00
rtc_series1.c cpu/efm32/periph/rtc_series1: normalize time 2020-01-22 10:03:49 +01:00
rtt_series0.c cpu/efm32: add RTT_FREQUENCY support to efm32 2021-04-20 11:12:45 +02:00
rtt_series1.c cpu/efm32: add RTT_FREQUENCY support to efm32 2021-04-20 11:12:45 +02:00
spi.c cpu/efm32/spi: add series 2 support 2022-10-24 23:16:39 +02:00
timer_series2.c cpu/efm32/timer_series2: sync STATUS register 2022-10-28 11:34:55 +02:00
timer_series01.c cpu/efm32/timer: add series 2 periph driver 2022-10-24 23:16:39 +02:00
uart_series2.c cpu/efm32/uart: add series 2 periph driver 2022-10-24 23:16:38 +02:00
uart_series01.c cpu/efm32/uart: add series 2 periph driver 2022-10-24 23:16:38 +02:00
wdt_series0.c cpu/efm32/periph/wdt: fix compilation with NDEBUG 2021-12-12 13:18:46 +01:00
wdt_series12.c cpu/efm32/wdt: add series 2 support 2022-10-24 23:16:39 +02:00