Home
last modified time | relevance | path

Searched refs:addr_bits (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dspi_hal.h91 int addr_bits; ///< Length (in bits) of the address phase member
/hal_espressif-latest/components/hal/
Dspi_hal_iram.c112 int addrlen = trans->addr_bits; in spi_hal_setup_trans()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c626 hal_trans.addr_bits = ((spi_transaction_ext_t *)trans)->address_bits; in spi_new_trans()
628 hal_trans.addr_bits = dev->cfg.address_bits; in spi_new_trans()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c704 extern void esp_rom_spi_set_address_bit_len(int spi, int addr_bits);