Searched refs:tx_lsbfirst (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | spi_hal_iram.c | 43 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()
|
D | spi_slave_hal.c | 49 spi_ll_set_tx_lsbfirst(hal->hw, hal->tx_lsbfirst); in spi_slave_hal_setup_device()
|
D | spi_slave_hd_hal.c | 83 spi_ll_set_tx_lsbfirst(hw, hal_config->tx_lsbfirst); in spi_slave_hd_hal_init()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | spi_slave_hal.h | 60 uint32_t tx_lsbfirst : 1; member
|
D | spi_hal.h | 145 uint32_t tx_lsbfirst : 1; ///< Whether LSB is sent first for TX data, device specific member
|
D | spi_slave_hd_hal.h | 76 … uint32_t tx_lsbfirst : 1; ///< Whether TX data should be sent with LSB first. member
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_slave.c | 262 hal->tx_lsbfirst = (slave_config->flags & SPI_SLAVE_TXBIT_LSBFIRST) ? 1 : 0; in spi_slave_initialize()
|
D | spi_slave_hd.c | 118 .tx_lsbfirst = (config->flags & SPI_SLAVE_HD_RXBIT_LSBFIRST), in spi_slave_hd_init()
|
D | spi_master.c | 468 hal_dev->tx_lsbfirst = dev_config->flags & SPI_DEVICE_TXBIT_LSBFIRST ? 1 : 0; in spi_bus_add_device()
|