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

◆ instr_NO_operation_function()

void instr_NO_operation_function ( void  )

The NOP sends backs the fw version.

There is no input parameter for this function.

Returns
No Parameters, the actual result is sent to the CAN bus output throught tx_data.
100
101 *(unsigned int *) &tx_data[byte_istr_dati_0] =FW_version; // FW_version is copied in the first 4 bytes of tx_data
102 __NOP();
103}
uint8_t tx_data[8]
Transmission data vector.
Definition: Can.c:321
void instr_NO_operation_function(void)
The NOP sends backs the fw version.
Definition: Istruzioni.c:99
#define byte_istr_dati_0
Definition: Istruzioni.h:25
unsigned int FW_version
This is where the FW version is stored.

Definition at line 99 of file Istruzioni.c.