RIOT/cpu/cortexm_common
Koen Zandberg d7c1510b0f
cortexm_common: Remove read in ICSR register operations
All bits in the ICSR register in the cortexm system control block are
either read-only or don't have an effect when writing a zero. A
read-modify-write cycle is thus not required when writing bit flags in
the register. This commit removes the reads in the read-modify-store
patterns for this register.
2020-06-23 11:53:53 +02:00
..
2020-06-16 12:05:40 +02:00
2020-06-16 12:05:40 +02:00
2018-06-11 19:12:02 +02:00