HomeSort by relevance Sort by last modified time
    Searched refs:DynLockBytes (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_MifULFormat.c 537 page_address = (uint8_t)(ps_type2_info->DynLockBytes[lock_index] >> MFUL_NIBBLE_SIZE);
538 bytes_offset = (uint8_t)(ps_type2_info->DynLockBytes[lock_index] & MFUL_NIBBLE_MASK);
541 ps_type2_info->NoOfLockBits = ps_type2_info->DynLockBytes[lock_index];
545 (ps_type2_info->DynLockBytes[lock_index] & MFUL_NIBBLE_MASK);
547 (ps_type2_info->DynLockBytes[lock_index] >> MFUL_NIBBLE_SIZE);
628 sizeof (ps_type2_info->DynLockBytes));
719 /* Copy the values back to the DynLockBytes structure member */
720 (void)memcpy ((void*)ps_type2_info->DynLockBytes,
722 sizeof (ps_type2_info->DynLockBytes));
750 (void)memset ((void *)ps_type2_info->DynLockBytes, 0xFF,
    [all...]
phFriNfc_SmtCrdFmt.h 151 uint8_t DynLockBytes[4];

Completed in 37 milliseconds