furi_hal_gpio_read

Function furi_hal_gpio_read 

Source
pub unsafe extern "C" fn furi_hal_gpio_read(
    gpio: *const GpioPin,
) -> bool
Expand description

GPIO read pin.

ยงSafety

gpio must be non-null, and the memory it points to must be initialized.