/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | spiram_psram.c | 148 int dummy_bits, in _psram_exec_cmd() argument 158 conf.dummyBitLen = dummy_bits; // There is a hardware approach on chip723 in _psram_exec_cmd() 169 int dummy_bits, in psram_exec_cmd() argument 181 dummy_bits, mosi_data, mosi_bit_len, miso_data, miso_bit_len); in psram_exec_cmd()
|
/hal_espressif-3.6.0/components/esp_serial_slave_link/ |
D | essl_spi.c | 111 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rdbuf() 127 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rdbuf_polling() 143 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrbuf() 158 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrbuf_polling() 172 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rddma_seg() 216 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrdma_seg()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | spiram_psram.c | 187 int dummy_bits, in _psram_exec_cmd() argument 197 conf.dummyBitLen = dummy_bits; // There is a hardware approach on chip723 in _psram_exec_cmd() 208 int dummy_bits, in psram_exec_cmd() argument 220 dummy_bits, mosi_data, mosi_bit_len, miso_data, miso_bit_len); in psram_exec_cmd()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | spi_master.h | 57 … uint8_t dummy_bits; ///< Amount of dummy bits to insert between address and data phase member 150 uint8_t dummy_bits; ///< The dummy length in this transaction, in bits. member
|
D | spi_slave_hd.h | 81 … uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least 8. member
|
/hal_espressif-3.6.0/components/driver/ |
D | spi_master.c | 556 hal_trans.dummy_bits = ((spi_transaction_ext_t *)trans)->dummy_bits; in spi_new_trans() 558 hal_trans.dummy_bits = dev->cfg.dummy_bits; in spi_new_trans() 682 …= (((trans_desc->flags & SPI_TRANS_VARIABLE_DUMMY)? t_ext->dummy_bits: handle->cfg.dummy_bits) != … in check_trans_valid()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_spi_slave_hd.c | 42 .dummy_bits = 8,\ 112 dev_cfg.dummy_bits = 8; in init_master_hd() 629 dev_cfg.dummy_bits = 8; in hd_master() 679 .dummy_bits = 8, in hd_slave()
|
D | test_spi_master.c | 46 .dummy_bits = 0, in check_spi_pre_n_for() 115 .dummy_bits = 0, in setup_spi_bus_loopback() 248 .dummy_bits = 0, 964 .dummy_bits = dummy_n, in test_dummy()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | spi_hal.h | 98 …int dummy_bits; ///< Base length (in bits) of the dummy phase. Note when the c… member
|
D | spi_slave_hd_hal.h | 81 …uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least… member
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave/sender/main/ |
D | app_main.c | 127 .dummy_bits=0, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/master/main/ |
D | app_main.c | 51 .dummy_bits = 8, in init_driver()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | opi_flash.h | 182 int dummy_bits,
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/ |
D | opi_flash.h | 220 int dummy_bits,
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram_psram.c | 420 uint32_t dummy_bits = 0 + extra_dummy; in psram_read_id() local 447 ps_cmd.dummyBitLen = dummy_bits; in psram_read_id() 518 uint32_t dummy_bits = PSRAM_FAST_READ_QUAD_DUMMY + 1; in spi_user_psram_read() local 527 ps_cmd.dummyBitLen = dummy_bits + extra_dummy; in spi_user_psram_read()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/ |
D | app_main.c | 81 dev_cfg->dummy_bits = 8; in get_spi_device_default_config()
|
/hal_espressif-3.6.0/components/hal/ |
D | spi_hal_iram.c | 80 spi_ll_set_dummy(hw, extra_dummy + trans->dummy_bits); in spi_hal_setup_trans()
|
D | spi_slave_hd_hal.c | 86 spi_ll_set_dummy(hw, hal_config->dummy_bits); in spi_slave_hd_hal_init()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/slave/main/ |
D | app_main.c | 62 slave_hd_cfg.dummy_bits = 8; in init_slave_hd()
|
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/segment_mode/seg_slave/main/ |
D | app_main.c | 124 slave_hd_cfg->dummy_bits = 8; in get_spi_slot_default_config()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/ |
D | rom_functions.h | 341 int dummy_bits,
|
/hal_espressif-3.6.0/components/spi_flash/esp32s3/ |
D | spi_timing_config.c | 118 int dummy_bits,
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | spi_master.rst | 611 …3. ``dummy_bits`` in :cpp:type:`spi_device_interface_config_t` and :cpp:type:`spi_transaction_ext_…
|