Home
last modified time | relevance | path

Searched refs:RT_SPI_NO_CS (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Ddev_spi.h118 #define RT_SPI_NO_CS (1<<5) /*!< No chipselect */ macro
122 …SPI_CPHA | RT_SPI_CPOL | RT_SPI_MSB | RT_SPI_SLAVE | RT_SPI_CS_HIGH | RT_SPI_NO_CS | RT_SPI_3WIRE …
/components/drivers/spi/
A Ddev_spi_bit_ops.c495 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 6 milliseconds