Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
gpio_sc18is604_config Struct Reference

SC18IM604 GPIO controller configuration data. More...

Data Fields

struct gpio_driver_config common
 Common gpio_driver_config (needs to be first)
 
const gpio_pin_t num_pins
 Number of pins available in the given GPIO controller instance.
 
const struct device * bridge
 Backend MFD (bridge) device for real operations on hardware.
 

Detailed Description

SC18IM604 GPIO controller configuration data.

num_pins must be in the range [1, SC18IS604_IO_NUM_PINS_MAX].

This structure contains all of the state for a given SC18IM604 GPIO controller as well as the binding to related MFD device.

Field Documentation

◆ bridge

const struct device* gpio_sc18is604_config::bridge

Backend MFD (bridge) device for real operations on hardware.

◆ common

struct gpio_driver_config gpio_sc18is604_config::common

Common gpio_driver_config (needs to be first)

◆ num_pins

const gpio_pin_t gpio_sc18is604_config::num_pins

Number of pins available in the given GPIO controller instance.


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