Home
last modified time | relevance | path

Searched defs:dedic_gpio_bundle_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Ddedic_gpio.c38 typedef struct dedic_gpio_bundle_t dedic_gpio_bundle_t; typedef
60 struct dedic_gpio_bundle_t { struct
61 uint32_t core_id; // CPU core ID, a GPIO bundle must be installed to a specific CPU core
62 uint32_t out_mask; // mask of output channels in the bank
63 uint32_t in_mask; // mask of input channels in the bank
64 uint32_t out_offset; // offset in the bank (seen from output channel)
65 uint32_t in_offset; // offset in the bank (seen from input channel)
66 size_t nr_gpio; // number of GPIOs in the gpio_array
67 int gpio_array[]; // array of GPIO numbers (configured by user)