Macros
Collaboration diagram for OPAMP_PGAConnect_Config:

Macros

#define IS_OPAMP_PGACONNECT(CONNECT)
 
#define OPAMP_PGAConnect_IO1   OPAMP_CSR_PGGAIN_3
 
#define OPAMP_PGAConnect_IO2   ((uint32_t)0x00030000)
 
#define OPAMP_PGAConnect_No   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_OPAMP_PGACONNECT (   CONNECT)
Value:
(((CONNECT) == OPAMP_PGAConnect_No) || \
((CONNECT) == OPAMP_PGAConnect_IO1) || \
((CONNECT) == OPAMP_PGAConnect_IO2))
#define OPAMP_PGAConnect_IO2
#define OPAMP_PGAConnect_IO1
#define OPAMP_PGAConnect_No

Definition at line 160 of file stm32f30x_opamp.h.

#define OPAMP_PGAConnect_IO1   OPAMP_CSR_PGGAIN_3

Definition at line 157 of file stm32f30x_opamp.h.

#define OPAMP_PGAConnect_IO2   ((uint32_t)0x00030000)

Definition at line 158 of file stm32f30x_opamp.h.

#define OPAMP_PGAConnect_No   ((uint32_t)0x00000000)

Definition at line 156 of file stm32f30x_opamp.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56