Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_max32.c354 bool hw_cs_ctrl = true; in transceive() local
376 hw_cs_ctrl = false; in transceive()
378 MXC_SPI_HWSSControl(cfg->regs, hw_cs_ctrl); in transceive()
381 if (!hw_cs_ctrl) { in transceive()
412 if (!hw_cs_ctrl) { in transceive()
538 bool hw_cs_ctrl = true; in transceive_dma() local
564 hw_cs_ctrl = false; in transceive_dma()
566 MXC_SPI_HWSSControl(cfg->regs, hw_cs_ctrl); in transceive_dma()
569 if (!hw_cs_ctrl) { in transceive_dma()
615 if (!hw_cs_ctrl) { in transceive_dma()
[all …]