Searched refs:RT_SPI_NO_CS (Results 1 – 2 of 2) sorted by relevance
118 #define RT_SPI_NO_CS (1<<5) /*!< No chipselect */ macro122 …SPI_CPHA | RT_SPI_CPOL | RT_SPI_MSB | RT_SPI_SLAVE | RT_SPI_CS_HIGH | RT_SPI_NO_CS | RT_SPI_3WIRE …
495 if (message->cs_take && !(device->config.mode & RT_SPI_NO_CS) && (cs_pin != PIN_NONE)) in spi_bit_xfer()538 if (message->cs_release && !(device->config.mode & RT_SPI_NO_CS) && (cs_pin != PIN_NONE)) in spi_bit_xfer()
Completed in 4 milliseconds