Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_serial_slave_link/
Dessl_spi.c73 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rdbuf()
89 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rdbuf_polling()
105 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrbuf()
120 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrbuf_polling()
134 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_rddma_seg()
178 .dummy_bits = get_hd_dummy_bits(flags), in essl_spi_wrdma_seg()
/hal_espressif-2.7.6/components/driver/include/driver/
Dspi_master.h65 … uint8_t dummy_bits; ///< Amount of dummy bits to insert between address and data phase member
155 uint8_t dummy_bits; ///< The dummy length in this transaction, in bits. member
Dspi_slave_hd.h89 … uint32_t dummy_bits; ///< dummy field bits, multiples of 8 and at least 8. member
/hal_espressif-2.7.6/components/esp32s2/
Dspiram_psram.c183 int dummy_bits, in _psram_exec_cmd() argument
193 conf.dummyBitLen = dummy_bits; // There is a hardware approach on chip723 in _psram_exec_cmd()
204 int dummy_bits, in psram_exec_cmd() argument
216 dummy_bits, mosi_data, mosi_bit_len, miso_data, miso_bit_len); in psram_exec_cmd()
/hal_espressif-2.7.6/components/esp32s3/
Dspiram_psram.c186 int dummy_bits, in _psram_exec_cmd() argument
196 conf.dummyBitLen = dummy_bits; // There is a hardware approach on chip723 in _psram_exec_cmd()
207 int dummy_bits, in psram_exec_cmd() argument
219 dummy_bits, mosi_data, mosi_bit_len, miso_data, miso_bit_len); in psram_exec_cmd()
/hal_espressif-2.7.6/components/driver/
Dspi_master.c561 hal_trans.dummy_bits = ((spi_transaction_ext_t *)trans)->dummy_bits; in spi_new_trans()
563 hal_trans.dummy_bits = dev->cfg.dummy_bits; in spi_new_trans()
687 …= (((trans_desc->flags & SPI_TRANS_VARIABLE_DUMMY)? t_ext->dummy_bits: handle->cfg.dummy_bits) != … in check_trans_valid()
/hal_espressif-2.7.6/components/hal/include/hal/
Dspi_hal.h97 …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-2.7.6/examples/peripherals/spi_slave/sender/main/
Dapp_main.c126 .dummy_bits=0, in app_main()
/hal_espressif-2.7.6/components/esp_rom/include/esp32s3/rom/
Dopi_flash.h183 int dummy_bits,
/hal_espressif-2.7.6/components/esp_rom/include/esp32s2/rom/
Dopi_flash.h183 int dummy_bits,
/hal_espressif-2.7.6/components/hal/
Dspi_hal_iram.c79 spi_ll_set_dummy(hw, extra_dummy + trans->dummy_bits); in spi_hal_setup_trans()
Dspi_slave_hd_hal.c85 spi_ll_set_dummy(hw, hal_config->dummy_bits); in spi_slave_hd_hal_init()
/hal_espressif-2.7.6/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-2.7.6/components/esp32/
Dspiram_psram.c416 uint32_t dummy_bits = 0 + extra_dummy; in psram_read_id() local
443 ps_cmd.dummyBitLen = dummy_bits; in psram_read_id()
514 uint32_t dummy_bits = PSRAM_FAST_READ_QUAD_DUMMY + 1; in spi_user_psram_read() local
523 ps_cmd.dummyBitLen = dummy_bits + extra_dummy; in spi_user_psram_read()
/hal_espressif-2.7.6/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-2.7.6/components/driver/test/
Dtest_spi_slave_hd.c37 .dummy_bits = 8,\
107 dev_cfg.dummy_bits = 8; in init_master_hd()
Dtest_spi_master.c38 .dummy_bits=0, in check_spi_pre_n_for()
106 .dummy_bits=0, in setup_spi_bus_loopback()
227 .dummy_bits=0,
897 .dummy_bits = dummy_n, in test_dummy()
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dspi_master.rst550 …3. ``dummy_bits`` in :cpp:type:`spi_device_interface_config_t` and :cpp:type:`spi_transaction_ext_…