HAL_SetDIO

Function HAL_SetDIO 

Source
pub unsafe extern "C" fn HAL_SetDIO(
    dioPortHandle: HAL_DigitalHandle,
    value: HAL_Bool,
    status: *mut i32,
)
Expand description

Writes a digital value to a DIO channel.

@param dioPortHandle the digital port handle @param value the state to set the digital channel (if it is configured as an output)