Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_master.h115 #define SPI_TRANS_MULTILINE_CMD (1<<9) ///< The data lines used at command phase is the same… macro
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c618 …hal_trans.line_mode.cmd_lines = (trans->flags & SPI_TRANS_MULTILINE_CMD) ? hal_trans.line_mode.dat… in spi_new_trans()