Searched refs:EOM (Results 1 – 4 of 4) sorted by relevance
57 # tx-ignore-nack-until-eom ignore early NACKs until EOM63 # <op>[,<mode>] tx-no-eom don't set the EOM bit64 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon79 # 10 bits per 'byte': bits 0-7: data, bit 8: EOM, bit 9: ACK216 Don't set the EOM bit. Normally the last byte of the message has the EOM218 without ever sending an EOM. This can be used to test how a receiver223 Set the EOM bit one byte too soon. This obviously only works for messages224 of two bytes or more. The EOM bit will be set for the second-to-last byte
1247 u8 EOM:1; /* End Of Medium - reserved for random access devices */ member
293 EOM BEHAVIOUR WHEN WRITING
434 #define EOM BIT7 macro