Expand description
Bit banding
Support for the manipulation of peripheral registers through bit-banding.
Not all peripherals are mapped to the bit-banding alias region, the peripheral bit-band region
is from 0x4000_0000 to 0x400F_FFFF. Bit-banding allows the manipulation of individual bits
atomically.