Searched refs:SPI_DEVICE_CLK_AS_CS (Results 1 – 2 of 2) sorted by relevance
42 #define SPI_DEVICE_CLK_AS_CS (1<<5) ///< Output clock on CS line if CS is active macro
472 hal_dev->as_cs = dev_config->flags & SPI_DEVICE_CLK_AS_CS ? 1 : 0; in spi_bus_add_device()