pub fn extract_bits<const HIGH_BIT: usize, const LOW_BIT: usize, R: BitsTarget, S: BitsSource>(
input: S,
) -> RExpand description
Extracts the bit range [HIGH_BIT:LOW_BIT] (inclusive) from a numerical input.
pub fn extract_bits<const HIGH_BIT: usize, const LOW_BIT: usize, R: BitsTarget, S: BitsSource>(
input: S,
) -> RExtracts the bit range [HIGH_BIT:LOW_BIT] (inclusive) from a numerical input.