Searched refs:dedic_gpio_del_bundle (Results 1 – 5 of 5) sorted by relevance
54 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));
172 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()
65 esp_err_t dedic_gpio_del_bundle(dedic_gpio_bundle_handle_t bundle);
300 esp_err_t dedic_gpio_del_bundle(dedic_gpio_bundle_handle_t bundle) in dedic_gpio_del_bundle() function
53 To uninstall the GPIO bundle, one needs to call :cpp:func:`dedic_gpio_del_bundle`.