Searched defs:gpio_b91_t (Results 1 – 1 of 1) sorted by relevance
66 struct gpio_b91_t { struct67 uint8_t input; /* Input: read GPI input */68 uint8_t ie; /* IE: input enable, high active. 1: enable, 0: disable */69 uint8_t oen; /* OEN: output enable, low active. 0: enable, 1: disable */70 uint8_t output; /* Output: configure GPIO output */71 uint8_t polarity; /* Polarity: interrupt polarity: rising, falling */72 uint8_t ds; /* DS: drive strength. 1: maximum (default), 0: minimal */73 uint8_t actas_gpio; /* Act as GPIO: enable (1) or disable (0) GPIO function */74 uint8_t irq_en; /* Act as GPIO: enable (1) or disable (0) GPIO function */