Searched refs:UINT32_TO_STREAM (Results 1 – 5 of 5) sorted by relevance
54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
577 UINT32_TO_STREAM (p, addr); in nfc_hal_dm_check_pre_set_mem()579 UINT32_TO_STREAM (p, p_nfc_hal_dm_pre_set_mem[nfc_hal_cb.pre_set_mem_idx].data); in nfc_hal_dm_check_pre_set_mem()
222 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UI… macro
490 UINT32_TO_STREAM (p_dst, 0); in ce_t3t_handle_check_cmd()
711 UINT32_TO_STREAM (p, 0); in rw_t3t_send_update_ndef_attribute_cmd()