Searched refs:RT_SPI_CS_HIGH (Results 1 – 5 of 5) sorted by relevance
117 #define RT_SPI_CS_HIGH (1<<4) /*!< Chipselect active high */ macro122 #define RT_SPI_MODE_MASK (RT_SPI_CPHA | RT_SPI_CPOL | RT_SPI_MSB | RT_SPI_SLAVE | RT_SPI_CS_HIGH…
64 conf->mode |= RT_SPI_CS_HIGH; in spi_device_ofw_parse()
498 if (device->config.mode & RT_SPI_CS_HIGH) in spi_bit_xfer()547 if (device->config.mode & RT_SPI_CS_HIGH) in spi_bit_xfer()
28 if (cfg->parent.mode & RT_SPI_CS_HIGH) in rt_qspi_configure()
184 if (cfg->mode & RT_SPI_CS_HIGH) in rt_spi_configure()
Completed in 8 milliseconds