Searched refs:dedic_gpio_bundle_write (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/ |
D | test_dedicated_gpio.c | 112 dedic_gpio_bundle_write(bundleA, 0x01, 0x01); in test_dedic_gpio_on_specific_core() 113 dedic_gpio_bundle_write(bundleB, 0x03, 0x03); in test_dedic_gpio_on_specific_core() 120 dedic_gpio_bundle_write(bundleB, 0x02, 0x0); in test_dedic_gpio_on_specific_core() 205 dedic_gpio_bundle_write(bundle, BIT(1), 0x00); 206 dedic_gpio_bundle_write(bundle, BIT(1), 0xFF);
|
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/ |
D | matrix_keyboard.c | 57 dedic_gpio_bundle_write(row_bundle, 1 << row_index, 0); in matrix_kbd_row_isr_callback() 58 …dedic_gpio_bundle_write(mkbd->col_bundle, (1 << mkbd->nr_col_gpios) - 1, (1 << mkbd->nr_col_gpios)… in matrix_kbd_row_isr_callback() 93 …dedic_gpio_bundle_write(mkbd->row_bundle, (1 << mkbd->nr_row_gpios) - 1, (1 << mkbd->nr_row_gpios)… in matrix_kbd_debounce_timer_callback() 95 dedic_gpio_bundle_write(mkbd->col_bundle, (1 << mkbd->nr_col_gpios) - 1, 0); in matrix_kbd_debounce_timer_callback() 201 …dedic_gpio_bundle_write(mkbd_handle->row_bundle, (1 << mkbd_handle->nr_row_gpios) - 1, (1 << mkbd_… in matrix_kbd_start() 203 dedic_gpio_bundle_write(mkbd_handle->col_bundle, (1 << mkbd_handle->nr_col_gpios) - 1, 0); in matrix_kbd_start()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | dedic_gpio.h | 97 void dedic_gpio_bundle_write(dedic_gpio_bundle_handle_t bundle, uint32_t mask, uint32_t value) IRAM…
|
/hal_espressif-3.6.0/components/driver/ |
D | dedic_gpio.c | 348 void dedic_gpio_bundle_write(dedic_gpio_bundle_handle_t bundle, uint32_t mask, uint32_t value) in dedic_gpio_bundle_write() function
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | dedic_gpio.rst | 69 - :cpp:func:`dedic_gpio_bundle_write`
|