Home | History | Annotate | Download | only in src

Lines Matching defs:instruction

437         uint8_t                     instruction=0;
443 /* Get the instruction bits from the Message Header */
444 instruction = (uint8_t) GET_BITS8( message->msg_header,
446 if (NXP_EVT_NFC_ACTIVATED == instruction)
639 uint8_t instruction=0;
644 /* Get the instruction bits from the Message Header */
645 instruction = (uint8_t) GET_BITS8( message->msg_header,
647 if (NXP_EVT_NFC_ACTIVATED == instruction)
756 uint8_t instruction=0;
763 /* Get the instruction bits from the Message Header */
764 instruction = (uint8_t) GET_BITS8( message->msg_header,
767 switch(instruction)