Searched defs:BytePerPage (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c2566 INT8 BytePerPage = 0; local
2579 BytePerPage = (INT8) tags_log2 (a);
2580 ByteOffset = (INT8) (addr - xx * tags_pow (2, BytePerPage));
2589 if ((ByteOffset < 16) && (BytePerPage < 16) && (PageAddr < 16))
2600 p_t2t->tlv_value[2] = (UINT8) (BytePerPage << 4 | tags_log2 (locked_area_size));

Completed in 61 milliseconds