Function tm4c123x_hal::bb::read_bit

source ·
pub fn read_bit<T>(address: *const T, bit: u8) -> bool
Expand description

Reads a bit at the given address atomically, using the bit-banding feature.