Zephyr API 3.6.99
|
This structure is common to all GPIO drivers and is expected to be the first element in the object pointed to by the config field in the device structure. More...
#include <gpio.h>
Data Fields | |
gpio_port_pins_t | port_pin_mask |
Mask identifying pins supported by the controller. | |
This structure is common to all GPIO drivers and is expected to be the first element in the object pointed to by the config field in the device structure.
gpio_port_pins_t gpio_driver_config::port_pin_mask |
Mask identifying pins supported by the controller.
Initialization of this mask is the responsibility of device instance generation in the driver.