|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
Driver Operations OPAMP driver operations More...
#include <zephyr/drivers/opamp.h>
Data Fields | |
| opamp_api_set_gain_t | set_gain |
| REQ Set opamp gain. | |
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.
| opamp_api_set_gain_t opamp_driver_api::set_gain |
REQ Set opamp gain.