Searched refs:RT_SPI_MODE_MASK (Results 1 – 3 of 3) sorted by relevance
202 device->config.mode == (cfg->mode & RT_SPI_MODE_MASK) && in rt_spi_configure()210 device->config.mode = cfg->mode & RT_SPI_MODE_MASK; in rt_spi_configure()
49 device->config.parent.mode == (cfg->parent.mode & RT_SPI_MODE_MASK) && in rt_qspi_configure()
122 #define RT_SPI_MODE_MASK (RT_SPI_CPHA | RT_SPI_CPOL | RT_SPI_MSB | RT_SPI_SLAVE | RT_SPI_CS_HIGH… macro
Completed in 4 milliseconds