Searched refs:UINT24_TO_BE_STREAM (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t4t.c | 331 UINT24_TO_BE_STREAM (p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_create_app() 341 UINT24_TO_BE_STREAM (p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_create_app() 387 UINT24_TO_BE_STREAM (p, T4T_DES_EV1_NFC_APP_ID); in rw_t4t_select_app() 391 UINT24_TO_BE_STREAM(p, T4T_DES_EV0_NFC_APP_ID); in rw_t4t_select_app() 449 UINT24_TO_BE_STREAM (p, 0x0F0000); /* Set file size */ in rw_t4t_create_ccfile() 562 UINT24_TO_BE_STREAM (p, 0x000000); /* Set the offset */ in rw_t4t_write_cc() 563 UINT24_TO_BE_STREAM (p, 0x0F0000); /* Set available length */ in rw_t4t_write_cc() 616 UINT24_TO_BE_STREAM (p, 0x000000); /* Set the offset */ in rw_t4t_write_ndef() 617 UINT24_TO_BE_STREAM (p, 0x020000); /* Set available length */ in rw_t4t_write_ndef()
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_types.h | 97 #define UINT24_TO_BE_STREAM(p, u24) {*(p)++ = (UINT8)((u24) >> 16); *(p)++ = (UINT8)((u24) >> 8); *… macro
|
/external/libnfc-nci/src/include/ |
D | bt_types.h | 263 #define UINT24_TO_BE_STREAM(p, u24) {*(p)++ = (UINT8)((u24) >> 16); *(p)++ = (UINT8)((u24) >> 8); *… macro
|