mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
578bd31908
Since the "EXTI->PR" is an "rc_w1" type of register, we need to be careful when clearing our interrupt flag in the register. When there are multiple interrupt flags set in the register, the "|=" operation will mistakenly clear all pending interrupts instead of just ours. |
||
---|---|---|
.. | ||
dist | ||
include | ||
ldscripts | ||
periph | ||
cpu_common.c | ||
cpu_init.c | ||
doc.txt | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
stm32_mem_lengths.mk | ||
stmclk_common.c | ||
stmclk_l0l1.c | ||
stmclk_l4wb.c | ||
stmclk.c |