Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_dedicated_gpio.c54 TEST_ASSERT_EQUAL_MESSAGE(ESP_OK, dedic_gpio_del_bundle(test_bundle), "delete bundle failed");
136 TEST_ESP_OK(dedic_gpio_del_bundle(bundleA)); in test_dedic_gpio_on_specific_core()
137 TEST_ESP_OK(dedic_gpio_del_bundle(bundleB)); in test_dedic_gpio_on_specific_core()
215 TEST_ESP_OK(dedic_gpio_del_bundle(bundle));
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c172 dedic_gpio_del_bundle(mkbd->col_bundle); in matrix_kbd_install()
175 dedic_gpio_del_bundle(mkbd->row_bundle); in matrix_kbd_install()
187 dedic_gpio_del_bundle(mkbd_handle->col_bundle); in matrix_kbd_uninstall()
188 dedic_gpio_del_bundle(mkbd_handle->row_bundle); in matrix_kbd_uninstall()
/hal_espressif-3.6.0/components/driver/include/driver/
Ddedic_gpio.h65 esp_err_t dedic_gpio_del_bundle(dedic_gpio_bundle_handle_t bundle);
/hal_espressif-3.6.0/components/driver/
Ddedic_gpio.c300 esp_err_t dedic_gpio_del_bundle(dedic_gpio_bundle_handle_t bundle) in dedic_gpio_del_bundle() function
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst53 To uninstall the GPIO bundle, one needs to call :cpp:func:`dedic_gpio_del_bundle`.