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

This structure is common to all GPIO drivers and is expected to be the first element in the driver's struct driver_data declaration. More...

#include <gpio.h>

Data Fields

gpio_port_pins_t invert
 Mask identifying pins that are configured as active low.
 

Detailed Description

This structure is common to all GPIO drivers and is expected to be the first element in the driver's struct driver_data declaration.

Field Documentation

◆ invert

gpio_port_pins_t gpio_driver_data::invert

Mask identifying pins that are configured as active low.

Management of this mask is the responsibility of the wrapper functions in this header.


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