Function right_shift_32

Source
pub fn right_shift_32(a: u8, b: u32) -> u32
Expand description

Right-shift a 32-bit value by the given amount. Bits are filled with zeroes.

ยงCost

88 mWU (milli weight units)