pub fn quarters(word: Unsigned36Bit) -> [Unsigned9Bit; 4]
Expand description
Split a 36-bit word into four 9-bit quarters. The result is a tuple which contains the quarters ordered from most-significant (Q4) to least-significant (Q1).
pub fn quarters(word: Unsigned36Bit) -> [Unsigned9Bit; 4]
Split a 36-bit word into four 9-bit quarters. The result is a tuple which contains the quarters ordered from most-significant (Q4) to least-significant (Q1).