Spi synchronous write
int spi_write(struct spi_device * spi, const void * buf, size_t len);
spi
device to which data will be written
buf
data buffer
len
data buffer size
can sleep
This writes the buffer and returns zero or a negative error code. Callable only from contexts that can sleep.