furi_hal_gpio_write

Function furi_hal_gpio_write 

Source
pub unsafe extern "C" fn furi_hal_gpio_write(
    gpio: *const GpioPin,
    state: bool,
)
Expand description

GPIO write pin.

ยงSafety

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