Home
last modified time | relevance | path

Searched refs:ic_reference (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_i93.cc109 if (p_i93->ic_reference == I93_IC_REF_STM_M24LR04E_R) in rw_i93_get_product_version()
111 else if (p_i93->ic_reference == I93_IC_REF_STM_M24LR16E_R) in rw_i93_get_product_version()
113 else if (p_i93->ic_reference == I93_IC_REF_STM_M24LR16D_W) in rw_i93_get_product_version()
115 else if (p_i93->ic_reference == I93_IC_REF_STM_M24LR64E_R) in rw_i93_get_product_version()
117 else if (p_i93->ic_reference == I93_IC_REF_STM_ST25DVHIK) in rw_i93_get_product_version()
119 else if (p_i93->ic_reference == I93_IC_REF_STM_ST25DV04K) in rw_i93_get_product_version()
122 switch (p_i93->ic_reference & I93_IC_REF_STM_MASK) { in rw_i93_get_product_version()
145 switch (p_i93->ic_reference) { in rw_i93_get_product_version()
258 STREAM_TO_UINT8(p_i93->ic_reference, p); in rw_i93_process_ext_sys_info()
345 STREAM_TO_UINT8(p_i93->ic_reference, p); in rw_i93_process_sys_info()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h791 uint8_t ic_reference; /* IC Reference of tag */ member