|
Bridle API 4.2.0
A Zephyr based application framework
|
SC16IS75X GPIO controller configuration data. More...
Data Fields | |
| struct gpio_driver_config | common |
| Common gpio_driver_config (needs to be first) | |
| const struct device * | bus |
| Backend MFD (bridge) device for real operations on hardware. | |
| const gpio_pin_t | num_pins |
| Number of pins available in the given GPIO controller instance. | |
SC16IS75X GPIO controller configuration data.
num_pins must be in the range [1, SC16IS75X_IO_NUM_PINS_MAX].
This structure contains all of the state for a given SC16IS75X GPIO controller as well as the binding to related MFD device.
| const struct device* gpio_sc16is75x_config::bus |
Backend MFD (bridge) device for real operations on hardware.
| struct gpio_driver_config gpio_sc16is75x_config::common |
Common gpio_driver_config (needs to be first)
| const gpio_pin_t gpio_sc16is75x_config::num_pins |
Number of pins available in the given GPIO controller instance.