Searched refs:SPI_DEVICE_POSITIVE_CS (Results 1 – 2 of 2) sorted by relevance
40 #define SPI_DEVICE_POSITIVE_CS (1<<3) ///< Make CS positive during a transaction inste… macro
474 hal_dev->positive_cs = dev_config->flags & SPI_DEVICE_POSITIVE_CS ? 1 : 0; in spi_bus_add_device()