Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gpio_driver_config Struct Reference

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.
 

Detailed Description

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.

Field Documentation

◆ port_pin_mask

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.


The documentation for this struct was generated from the following file: