mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
43f07fa261
This implements `pm_set_lowest()` for the MSP430. Unlike most other platforms, it intentionally does not use pm_layered. It is pretty similar to `pm_layered` in that is does use reference counters, but it uses them for two independent clock sources. The main difference is that the low frequency clock domain can be disabled even when the high frequency clock is still active. With the layers, disabling layer n-1 while layer n is still blocked would not work. |
||
---|---|---|
.. | ||
include | ||
kconfigs | ||
ldscripts | ||
periph | ||
vendor | ||
clock.c | ||
cpu.c | ||
doc.txt | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
msp430-main.c | ||
mspgcc-supplement.c | ||
startup.c |