pub fn split_halves(w: Unsigned36Bit) -> (Unsigned18Bit, Unsigned18Bit)Expand description
Split a 36-bit word into two 18-bit values.
pub fn split_halves(w: Unsigned36Bit) -> (Unsigned18Bit, Unsigned18Bit)Split a 36-bit word into two 18-bit values.