5#define fondo_scala_DAC_PGA (uint32_t) 0x3FF
7#define PGA_set_pre_pga_high_gain 0x02
8#define PGA_set_pre_pga_low_gain 0x01
9#define set_pre_pga_idle 0
12#define gain_pre_PGA_x_2 guadagno_minimo_PGA *10
15extern unsigned int PGA_Gain_code[];
16extern unsigned int PGA_Gain_V_su_V[];
21#define PGA_pre_PGA_max_gain 10
28void PGA_GAIN(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t guadagno_da_impostare);
29void PGA_DAC_GAIN_CROSS(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t guadagno_da_impostare, uint8_t PGA_si_NO);
30void PGA_GAIN_CROSS(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t PGA_gain_to_set );
36void PGA_GAIN_set(
char canale,
unsigned int guadagno_da_impostare );
void PGA_GAIN_CROSS(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t PGA_gain_to_set)
Here the 2 digital signals from the trimmer are exploited to set the gain of the input stage of the P...
uint8_t massimo_guadagno_impostabile
uint8_t PGA_settled_gain[]
PGA set gain.
unsigned char guadagno_minimo_PGA
void PGA_set_reset_pre_PGA_gain(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t set_1_reset_0)
Here the 2 digital signals from the trimmer are exploited to set the gain of the input stage of the P...
void PGA_GAIN(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t guadagno_da_impostare)
It sets the PGA gain irrespective of the offset.
void PGA_preparation_to_gain_set(char canale, unsigned int guadagno_da_impostare)
It sets the new gain letting the output offset at the same level.
void PGA_GAIN_set(char canale, unsigned int guadagno_da_impostare)
It sets the new gain irrespective of the offset.
void PGA_DAC_GAIN_CROSS(uint8_t scheda_su_scheda_giu, uint8_t canale, uint8_t guadagno_da_impostare, uint8_t PGA_si_NO)