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

◆ Error_imposta_la_istruzione()

void Error_imposta_la_istruzione ( void  )

Function to be located at the end of every instruction to mark the error, if any.

Return values
markingof byte5 of the CAN replica
if(flag_error_verified){
if( tx_data[5]==255){
tx_data[5]=250;
}else{
tx_data[5]= 255;
}
}
}
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.

Definition at line 821 of file Error_handling.c.