Searched refs:cs_high (Results 1 – 1 of 1) sorted by relevance
189 int cs_high; in spi_xfer() local225 cs_high = device->config.mode & RT_SPI_CS_HIGH; in spi_xfer()230 rt_pin_write(cs_pin, cs_high ? PIN_HIGH : PIN_LOW); in spi_xfer()277 rt_pin_write(cs_pin, cs_high ? PIN_LOW : PIN_HIGH); in spi_xfer()
Completed in 4 milliseconds