CEC_MAX_PAYLOAD is only used within CEC_DataExchange.
 
Symbols
loading...
Files
loading...

CEC_MAX_PAYLOAD macro

Syntax

#define CEC_MAX_PAYLOAD 16

References

LocationText
main.h:30
#define CEC_MAX_PAYLOAD 16
main.c:35
uint8_t Tab_Rx[CEC_MAX_PAYLOAD]; /* Received data buffer. Max size = 16 bytes
main.c:37
uint8_t Tab_Tx[CEC_MAX_PAYLOAD-1]; /* Transmitted data buffer.
main.c:258
for (cpt = CEC_MAX_PAYLOAD; cpt > 0; cpt--)