Skip to main content

az_mark

Function az_mark 

Source
pub const unsafe fn az_mark(_addr: u32, _val: u32)
Expand description

No-op const variant used when the web_lift feature is off.

§Safety

Always safe — this variant does nothing; the unsafe marker only exists to keep the signature identical to the web_lift variant so call sites compile unchanged under both features.