pub fn right_shift_32(a: u8, b: u32) -> u32
Right-shift a 32-bit value by the given amount. Bits are filled with zeroes.
88 mWU (milli weight units)