Synopsis
CTL_STATUS_t ctl_spi_set_width(CTL_SPI_DEVICE_t *self,
                               int width);
Description

ctl_spi_set_width sets the SPI bus frame width to use for the device self to width.

Please refer to ctl_spi_set_protocol for a description of when protocol parameters are validated.

Description

ctl_spi_set_width returns a standard status code.

See Also

ctl_spi_set_protocol