Searched refs:SPI_CTRL_REG_SET_FIELD (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_smartbond.c | 98 #define SPI_CTRL_REG_SET_FIELD(_field, _var, _val) \ macro 395 SPI_CTRL_REG_SET_FIELD(SPI_FIFO_MODE, spi_ctrl_reg, mode); in spi_smartbond_set_fifo_mode() 399 SPI_CTRL_REG_SET_FIELD(SPI_DMA_TXREQ_MODE, spi_ctrl_reg, 0); in spi_smartbond_set_fifo_mode() 401 SPI_CTRL_REG_SET_FIELD(SPI_DMA_TXREQ_MODE, spi_ctrl_reg, 1); in spi_smartbond_set_fifo_mode() 405 SPI_CTRL_REG_SET_FIELD(SPI_ON, spi_ctrl_reg, 1); in spi_smartbond_set_fifo_mode()
|