Zephyr API 3.6.99
|
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. | |
This structure is common to all GPIO drivers and is expected to be the first element in the driver's struct driver_data declaration.
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.