Home
last modified time | relevance | path

Searched refs:spi_bus_remove_device (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_spi_bus_lock.c278 TEST_ESP_OK(spi_bus_remove_device(context1.handle)); in test_bus_lock()
279 TEST_ESP_OK(spi_bus_remove_device(context2.handle)); in test_bus_lock()
280 TEST_ESP_OK(spi_bus_remove_device(context3.handle)); in test_bus_lock()
346 err = spi_bus_remove_device(handle);
Dtest_spi_slave.c112 TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK); in custom_teardown()
330 TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK); in unaligned_test_master()
Dtest_spi_master.c71 ret = spi_bus_remove_device(handle); in check_spi_pre_n_for()
279 ret = spi_bus_remove_device(handle2);
578 TEST_ESP_OK(spi_bus_remove_device(spi));
592 TEST_ESP_OK(spi_bus_remove_device(spi));
702 TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK);
778 TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK);
911 TEST_ASSERT(spi_bus_remove_device(spi) == ESP_OK); in test_cmd_addr()
Dtest_common_spi.c205 TEST_ESP_OK( spi_bus_remove_device(spi) ); in master_free_device_bus()
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dspi_eeprom.c130 spi_bus_remove_device(ctx->spi); in spi_eeprom_deinit()
200 spi_bus_remove_device(ctx->spi); in spi_eeprom_init()
/hal_espressif-3.6.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c186 ret=spi_bus_remove_device(handle); in app_main()
/hal_espressif-3.6.0/components/driver/include/driver/
Dspi_master.h186 esp_err_t spi_bus_remove_device(spi_device_handle_t handle);
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/master/main/
Dapp_main.c157 ESP_ERROR_CHECK(spi_bus_remove_device(spi)); in app_main()
/hal_espressif-3.6.0/components/driver/
Dsdspi_host.c200 spi_bus_remove_device(slot->spi_handle); in configure_spi_dev()
223 spi_bus_remove_device(slot->spi_handle); in deinit_slot()
412 spi_bus_remove_device(slot->spi_handle); in sdspi_host_init_device()
Dspi_master.c429 esp_err_t spi_bus_remove_device(spi_device_handle_t handle) in spi_bus_remove_device() function
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/
Dapp_main.c292 spi_bus_remove_device(spi); in app_main()
/hal_espressif-3.6.0/components/esp_lcd/src/
Desp_lcd_panel_io_spi.c124 spi_bus_remove_device(spi_panel_io->spi_dev); in panel_io_spi_del()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dspi_master.rst280 - (Optional) To unload the driver for a certain Device, call :cpp:func:`spi_bus_remove_device` with…