CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
Loading...
Searching...
No Matches

◆ instr_readback_node_voltages_function()

void instr_readback_node_voltages_function ( void  )

readback of some node voltages from external ADC

Returns
No Parameters, the actual result is sent to the CAN bus output throught tx_data.
233
234 ADC_external_measurement = ( *(int32_t *)&vettore_istruzioni[0] ); //The input value is in microV
235 ADC_external_measured_node = vettore_istruzioni[istruzione_byte_3];
236
237}
void instr_readback_node_voltages_function(void)
readback of some node voltages from external ADC
Definition: Istruzioni.c:232
#define istruzione_byte_3
Definition: Istruzioni.h:23
volatile int8_t vettore_istruzioni[8]
This is a copy of the received 8 bytes from the CAN.


Definition at line 232 of file Istruzioni.c.