pub fn div_mod_32(a: u32, b: u32) -> (u32, u32)
Divide the first integer by the second integer, and return the remainder.
115 mWU (milli weight units)