Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h90 int cmd_bits; ///< Length (in bits) of the command phase member
/hal_espressif-latest/components/hal/
Dspi_hal_iram.c111 int cmdlen = trans->cmd_bits; in spi_hal_setup_trans()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c621 hal_trans.cmd_bits = ((spi_transaction_ext_t *)trans)->command_bits; in spi_new_trans()
623 hal_trans.cmd_bits = dev->cfg.command_bits; in spi_new_trans()