mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dfa342b5f8
The INTENSET, INTENCLR, INTFLAG registers are write-1-to-confirm registers, so writing zeroes will not affect anything, on the other hand, a compiler generated read-modify-write cycle may unintentionally affect more bits than the one being set. Avoid by using direct assignment instead of or-assignment (|=) or bitfield writes (.bit.xxx=). |
||
---|---|---|
.. | ||
include | ||
periph | ||
cpu.c | ||
doc.txt | ||
Makefile | ||
Makefile.features | ||
Makefile.include | ||
vectors.c |