#include <mfd_sipomuxgp.h>
|
| const void * | config |
| |
| int(* | init )(const struct device *dev) |
| |
| int(* | cfg_oe )(const struct device *dev) |
| |
| int(* | cfg_addr )(const struct device *dev) |
| |
| int(* | set_oe )(const struct device *dev, const uint8_t value) |
| |
| int(* | set_addr )(const struct device *dev, const uint8_t addr) |
| |
| int(* | xfr_data )(const struct device *dev, const uint8_t addr, const uint8_t *tx_data, const size_t tx_count, const size_t padding_sz) |
| |
◆ cfg_addr
| int(* mfd_sipomuxgp_backend::cfg_addr) (const struct device *dev) |
◆ cfg_oe
| int(* mfd_sipomuxgp_backend::cfg_oe) (const struct device *dev) |
◆ config
| const void* mfd_sipomuxgp_backend::config |
◆ init
| int(* mfd_sipomuxgp_backend::init) (const struct device *dev) |
◆ set_addr
| int(* mfd_sipomuxgp_backend::set_addr) (const struct device *dev, const uint8_t addr) |
◆ set_oe
| int(* mfd_sipomuxgp_backend::set_oe) (const struct device *dev, const uint8_t value) |
◆ xfr_data
| int(* mfd_sipomuxgp_backend::xfr_data) (const struct device *dev, const uint8_t addr, const uint8_t *tx_data, const size_t tx_count, const size_t padding_sz) |
The documentation for this struct was generated from the following file: