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

◆ instr_connect_disconnect_mux_node_function()

void instr_connect_disconnect_mux_node_function ( void  )

Routing of available node voltage to outout by means of the analog mux.

Returns
No Parameters, the actual result is sent to the CAN bus output throught tx_data.
447
448 ERROR_codifica_errore(0,0,0,0); //Reset_ch0 errori
450
451if (vettore_istruzioni[6]==0){
452 tx_data[5]=0;
453 }
455}
uint8_t tx_data[8]
Transmission data vector.
Definition: Can.c:321
void Error_imposta_la_istruzione(void)
Function to be located at the end of every instruction to mark the error, if any.
void ERROR_codifica_errore(uint8_t scheda_su_scheda_giu, unsigned char error_addres, unsigned char code_to_shift, uint8_t reset_count_se_0)
If an error is found its flag is codified here.
void instr_connect_disconnect_mux_node_function(void)
Routing of available node voltage to outout by means of the analog mux.
Definition: Istruzioni.c:446
void Analog_mux_line_to_select_deselect(uint8_t scheda_su_scheda_giu, uint8_t line_to_select, uint8_t select_1_deselect_0)
Selection of the line to mesure with the analog MUX of the mainboard, driven by the I2C->parallel mux...
volatile int8_t vettore_istruzioni[8]
This is a copy of the received 8 bytes from the CAN.

Definition at line 446 of file Istruzioni.c.