pub unsafe extern "C" fn HAL_GetDIODirection(
dioPortHandle: HAL_DigitalHandle,
status: *mut i32,
) -> HAL_BoolExpand description
Reads the direction of a DIO channel.
@param dioPortHandle the digital port handle @return true for input, false for output