Searched refs:EOM (Results 1 – 5 of 5) sorted by relevance
48 # tx-ignore-nack-until-eom ignore early NACKs until EOM54 # <op>[,<mode>] tx-no-eom don't set the EOM bit55 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon70 # 10 bits per 'byte': bits 0-7: data, bit 8: EOM, bit 9: ACK207 Don't set the EOM bit. Normally the last byte of the message has the EOM209 without ever sending an EOM. This can be used to test how a receiver214 Set the EOM bit one byte too soon. This obviously only works for messages215 of two bytes or more. The EOM bit will be set for the second-to-last byte
209 bool EOM:1; /* Byte 2 Bit 6 */ member624 bool EOM:1; /* Byte 8 Bit 6 */ member
1260 u8 EOM:1; /* End Of Medium - reserved for random access devices */ member
293 EOM BEHAVIOUR WHEN WRITING
434 #define EOM BIT7 macro