Searched refs:DynLockBytes (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_MifULFormat.c537 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,
[all...]
H A DphFriNfc_SmtCrdFmt.h151 uint8_t DynLockBytes[4]; member in struct:phFriNfc_Type2_AddInfo

Completed in 75 milliseconds