Synopsis
CTL_STATUS_t ctl_spi_set_idle(CTL_SPI_DEVICE_t *self,
                              int idle);
Description

ctl_spi_set_idle sets the SPI bus idle value when reading from the device self to idle.

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

Description

ctl_spi_set_idle returns a standard status code.

See Also

ctl_spi_set_protocol