Function read_bit

Source
pub fn read_bit(value: u32, bit_position: u32) -> bool
Expand description

Reads the bit at bit_position in value.