pub fn write(basepri: u8)Expand description
Writes to BASEPRI if
basepri != 0ANDbasepri::read() == 0, ORbasepri != 0ANDbasepri < basepri::read()
IMPORTANT If you are using a Cortex-M7 device with revision r0p1 you MUST enable the
cm7-r0p1 Cargo feature or this function WILL misbehave.