Home
last modified time | relevance | path

Searched refs:dummy_bits (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Dspiram_psram.c148 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/
Dessl_spi.c111 .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/
Dspiram_psram.c187 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/
Dspi_master.h57 … 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
Dspi_slave_hd.h81 … uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least 8. member
/hal_espressif-3.6.0/components/driver/
Dspi_master.c556 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/
Dtest_spi_slave_hd.c42 .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()
Dtest_spi_master.c46 .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/
Dspi_hal.h98 …int dummy_bits; ///< Base length (in bits) of the dummy phase. Note when the c… member
Dspi_slave_hd_hal.h81 …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/
Dapp_main.c127 .dummy_bits=0, in app_main()
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/master/main/
Dapp_main.c51 .dummy_bits = 8, in init_driver()
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dopi_flash.h182 int dummy_bits,
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dopi_flash.h220 int dummy_bits,
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c420 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/
Dapp_main.c81 dev_cfg->dummy_bits = 8; in get_spi_device_default_config()
/hal_espressif-3.6.0/components/hal/
Dspi_hal_iram.c80 spi_ll_set_dummy(hw, extra_dummy + trans->dummy_bits); in spi_hal_setup_trans()
Dspi_slave_hd_hal.c86 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/
Dapp_main.c62 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/
Dapp_main.c124 slave_hd_cfg->dummy_bits = 8; in get_spi_slot_default_config()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Drom_functions.h341 int dummy_bits,
/hal_espressif-3.6.0/components/spi_flash/esp32s3/
Dspi_timing_config.c118 int dummy_bits,
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dspi_master.rst611 …3. ``dummy_bits`` in :cpp:type:`spi_device_interface_config_t` and :cpp:type:`spi_transaction_ext_…