Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_hal_iram.c43 spi_ll_set_tx_lsbfirst(hw, dev->tx_lsbfirst); in spi_hal_setup_device()
124 spi_ll_set_command(hw, trans->cmd, cmdlen, dev->tx_lsbfirst); in spi_hal_setup_trans()
125 spi_ll_set_address(hw, trans->addr, addrlen, dev->tx_lsbfirst); in spi_hal_setup_trans()
Dspi_slave_hal.c49 spi_ll_set_tx_lsbfirst(hal->hw, hal->tx_lsbfirst); in spi_slave_hal_setup_device()
Dspi_slave_hd_hal.c83 spi_ll_set_tx_lsbfirst(hw, hal_config->tx_lsbfirst); in spi_slave_hd_hal_init()
/hal_espressif-latest/components/hal/include/hal/
Dspi_slave_hal.h60 uint32_t tx_lsbfirst : 1; member
Dspi_hal.h145 uint32_t tx_lsbfirst : 1; ///< Whether LSB is sent first for TX data, device specific member
Dspi_slave_hd_hal.h76 … uint32_t tx_lsbfirst : 1; ///< Whether TX data should be sent with LSB first. member
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c262 hal->tx_lsbfirst = (slave_config->flags & SPI_SLAVE_TXBIT_LSBFIRST) ? 1 : 0; in spi_slave_initialize()
Dspi_slave_hd.c118 .tx_lsbfirst = (config->flags & SPI_SLAVE_HD_RXBIT_LSBFIRST), in spi_slave_hd_init()
Dspi_master.c468 hal_dev->tx_lsbfirst = dev_config->flags & SPI_DEVICE_TXBIT_LSBFIRST ? 1 : 0; in spi_bus_add_device()