Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
opamp_driver_api Struct Reference

Driver Operations OPAMP driver operations More...

#include <zephyr/drivers/opamp.h>

Data Fields

opamp_api_set_gain_t set_gain
  REQ Set opamp gain.

Detailed Description

Driver Operations OPAMP driver operations

This is the driver API structure any OPAMP driver needs to define. It contains function pointers to the operations the driver implements, as well as any other driver-specific constant data.

Members marked with REQ MUST be set by the driver, whereas those marked with OPT are optional.

See also
DEVICE_DT_INST_DEFINE()
DEVICE_DT_DEFINE()
DEVICE_API()

Field Documentation

◆ set_gain

opamp_api_set_gain_t opamp_driver_api::set_gain

REQ Set opamp gain.


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