pub unsafe extern "C" fn furi_hal_spi_bus_tx(
    handle: *mut FuriHalSpiBusHandle,
    buffer: *mut u8,
    size: usize,
    timeout: u32
) -> bool
Expand description

SPI Transmit

@param handle pointer to FuriHalSpiBusHandle instance @param buffer transmit buffer @param size transaction size (buffer size) @param timeout operation timeout in ms

@return true on success