Home
last modified time | relevance | path

Searched refs:RT_SPI_MODE_MASK (Results 1 – 3 of 3) sorted by relevance

/components/drivers/spi/
A Ddev_spi_core.c202 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()
A Ddev_qspi_core.c49 device->config.parent.mode == (cfg->parent.mode & RT_SPI_MODE_MASK) && in rt_qspi_configure()
/components/drivers/include/drivers/
A Ddev_spi.h122 #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