![]() |
CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
|
void preamplifier_scrittura_lettura_trimmer | ( | uint8_t | scheda_su_scheda_giu, |
uint8_t | canale, | ||
uint8_t | trimmer, | ||
uint8_t | valore, | ||
uint8_t | scrivi_1_leggi_0 | ||
) |
Setting the value of any trimmer for preamplifier trimmer, the contents of the trimmers are stored in the matrix contenuto_trimmer_preamplifier[canale][trimmer]
[in] | scheda_su_scheda_giu | one of the 2 boards that the postfrontend manages |
[in] | canale | the channel for which we need to manage the trimmer |
[in] | trimmer | the trimmer to select in the chip, from 0 to 3 |
[in] | valore | the value to be written to. |
[in] | scrivi_1_leggi_0 | if 1 we write and read, if 0 we read only and the contenis in the global contenuto_trimmer_detector[canale][trimmer] |