Searched defs:dedic_gpio_bundle_t (Results 1 – 1 of 1) sorted by relevance
38 typedef struct dedic_gpio_bundle_t dedic_gpio_bundle_t; typedef60 struct dedic_gpio_bundle_t { struct61 uint32_t core_id; // CPU core ID, a GPIO bundle must be installed to a specific CPU core62 uint32_t out_mask; // mask of output channels in the bank63 uint32_t in_mask; // mask of input channels in the bank64 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_array67 int gpio_array[]; // array of GPIO numbers (configured by user)