pub const fn u32_is_aligned_to(addr: u32, align: u32) -> boolExpand description
Checks whether the address has the demanded alignment.
This is a const version of Align::is_aligned_to.
pub const fn u32_is_aligned_to(addr: u32, align: u32) -> boolChecks whether the address has the demanded alignment.
This is a const version of Align::is_aligned_to.