Macros
Collaboration diagram for OPAMP_Vref:

Macros

#define IS_OPAMP_VREF(VREF)
 
#define OPAMP_Vref_10VDDA   OPAMP_CSR_CALSEL_0
 
#define OPAMP_Vref_3VDDA   ((uint32_t)0x00000000)
 
#define OPAMP_Vref_50VDDA   OPAMP_CSR_CALSEL_1
 
#define OPAMP_Vref_90VDDA   OPAMP_CSR_CALSEL
 

Detailed Description

Macro Definition Documentation

#define IS_OPAMP_VREF (   VREF)
Value:
(((VREF) == OPAMP_Vref_3VDDA) || \
((VREF) == OPAMP_Vref_10VDDA) || \
((VREF) == OPAMP_Vref_50VDDA) || \
((VREF) == OPAMP_Vref_90VDDA))
#define OPAMP_Vref_90VDDA
#define OPAMP_Vref_50VDDA
#define OPAMP_Vref_3VDDA
#define OPAMP_Vref_10VDDA

Definition at line 200 of file stm32f30x_opamp.h.

#define OPAMP_Vref_10VDDA   OPAMP_CSR_CALSEL_0

OPMAP Vref = 10% VDDA

Definition at line 196 of file stm32f30x_opamp.h.

#define OPAMP_Vref_3VDDA   ((uint32_t)0x00000000)

OPMAP Vref = 3.3% VDDA

Definition at line 195 of file stm32f30x_opamp.h.

#define OPAMP_Vref_50VDDA   OPAMP_CSR_CALSEL_1

OPMAP Vref = 50% VDDA

Definition at line 197 of file stm32f30x_opamp.h.

#define OPAMP_Vref_90VDDA   OPAMP_CSR_CALSEL

OPMAP Vref = 90% VDDA

Definition at line 198 of file stm32f30x_opamp.h.



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