Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
opamp.h File Reference

Go to the source code of this file.

Enumerations

enum  opamp_functional_mode {
  OPAMP_FUNCTIONAL_MODE_DIFFERENTIAL = 0 , OPAMP_FUNCTIONAL_MODE_INVERTING , OPAMP_FUNCTIONAL_MODE_NON_INVERTING , OPAMP_FUNCTIONAL_MODE_FOLLOWER ,
  OPAMP_FUNCTIONAL_MODE_STANDALONE
}
 Enumerations for opamp functional mode. More...

Enumeration Type Documentation

◆ opamp_functional_mode

Enumerations for opamp functional mode.

Enumerator
OPAMP_FUNCTIONAL_MODE_DIFFERENTIAL 

Differential amplifier mode.

OPAMP_FUNCTIONAL_MODE_INVERTING 

Inverting amplifier mode.

OPAMP_FUNCTIONAL_MODE_NON_INVERTING 

Non-inverting amplifier mode.

OPAMP_FUNCTIONAL_MODE_FOLLOWER 

Follower mode.

OPAMP_FUNCTIONAL_MODE_STANDALONE 

Standalone mode.

The gain is set by external resistors. The API call to set the gain is ignored in this mode or has no impact.