Home
last modified time | relevance | path

Searched refs:spi_device_get_trans_result (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/driver/include/driver/
Dspi_master.h233 esp_err_t spi_device_get_trans_result(spi_device_handle_t handle, spi_transaction_t **trans_desc, T…
/hal_espressif-2.7.6/components/driver/test/
Dtest_spi_bus_lock.c91 TEST_ESP_OK(spi_device_get_trans_result(handle, &ret_t, portMAX_DELAY)); in spi_task2()
129 TEST_ESP_OK(spi_device_get_trans_result(handle, &ret_t, portMAX_DELAY)); in spi_task3()
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/main/
Dspi_master_example_main.c376 ret=spi_device_get_trans_result(spi, &rtrans, portMAX_DELAY); in send_line_finish()
/hal_espressif-2.7.6/components/driver/
Dspi_master.c826 esp_err_t SPI_MASTER_ATTR spi_device_get_trans_result(spi_device_handle_t handle, spi_transaction_t… in spi_device_get_trans_result() function
856 ret = spi_device_get_trans_result(handle, &ret_trans, portMAX_DELAY); in spi_device_transmit()
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dspi_master.rst212 …t a later time, query the result using the function :cpp:func:`spi_device_get_trans_result`, or ha…
258 …ce_polling_start`. To do that, you can keep calling :cpp:func:`spi_device_get_trans_result` until …