Skip to main content

u8_from_le_bits

Function u8_from_le_bits 

Source
#[doc(hidden)]
pub const fn u8_from_le_bits( a: bool, b: bool, c: bool, d: bool, e: bool, f: bool, g: bool, h: bool, ) -> u8
Expand description

Constructs a u8 from bits applied in Lsb0 order (a low, h high).