Function cortex_m::register::basepri_max::write
source · pub fn write(basepri: u8)
Expand description
Writes to BASEPRI if
basepri != 0
ANDbasepri::read() == 0
, ORbasepri != 0
ANDbasepri < 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.