Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_dedicated_gpio.c24 dedic_gpio_bundle_config_t bundle_config = {
28 dedic_gpio_bundle_config_t bundle_config2 = {
35 dedic_gpio_bundle_config_t bundle_config3 = {
83 dedic_gpio_bundle_config_t bundleA_config = { in test_dedic_gpio_on_specific_core()
102 dedic_gpio_bundle_config_t bundleB_config = { in test_dedic_gpio_on_specific_core()
187 dedic_gpio_bundle_config_t bundle_config = {
/hal_espressif-3.6.0/components/driver/include/driver/
Ddedic_gpio.h38 } dedic_gpio_bundle_config_t; typedef
54 esp_err_t dedic_gpio_new_bundle(const dedic_gpio_bundle_config_t *config, dedic_gpio_bundle_handle_…
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c127 dedic_gpio_bundle_config_t bundle_row_config = { in matrix_kbd_install()
143 dedic_gpio_bundle_config_t bundle_col_config = { in matrix_kbd_install()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst18 …Os. Configurations for a GPIO bundle are covered in :cpp:type:`dedic_gpio_bundle_config_t` structu…
44 dedic_gpio_bundle_config_t bundleA_config = {
/hal_espressif-3.6.0/components/driver/
Ddedic_gpio.c190 esp_err_t dedic_gpio_new_bundle(const dedic_gpio_bundle_config_t *config, dedic_gpio_bundle_handle_… in dedic_gpio_new_bundle()