Home
last modified time | relevance | path

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

/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_spi.c189 int cs_high; in spi_xfer() local
225 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