Searched refs:GET_BITS8 (Results 1 – 19 of 19) sorted by relevance
/external/libnfc-nxp/src/ |
D | phHciNfc_Generic.c | 662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header, in phHciNfc_Send_HCP() 747 chainbit = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Receive_HCP() 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_HCP() 913 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Response() 916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Response() 996 instruction = (uint8_t) GET_BITS8(message->msg_header, in phHciNfc_Error_Response() 1001 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Error_Response() 1078 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Event() 1081 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Event() 1197 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_Command() [all …]
|
D | phLlcNfc_Timer.c | 198 GET_BITS8(ps_timer_info->timer_flag, in phLlcNfc_StartTimers() 230 GET_BITS8 (ps_timer_info->timer_flag, in phLlcNfc_StartTimers() 291 timerstarted = (uint8_t)GET_BITS8 ( in phLlcNfc_StartTimers() 512 GET_BITS8(ps_timer_info->timer_flag, in phLlcNfc_StopAllTimers() 536 timer_started = (uint8_t)GET_BITS8 (ps_timer_info->timer_flag, in phLlcNfc_StopAllTimers()
|
D | phHciNfc_Generic.h | 122 #define GET_BITS8(num,p,l) \ macro 126 #define GET_BITS8(num,p,l) \ macro
|
D | phLlcNfc_Frame.c | 713 ns = (uint8_t)GET_BITS8 ( in phLlcNfc_H_UpdateIFrameList() 718 nr = (uint8_t)GET_BITS8( in phLlcNfc_H_UpdateIFrameList() 1227 ns_index = (uint8_t)GET_BITS8( in phLlcNfc_H_ProcessIFrame() 1244 recvd_nr = (uint8_t)GET_BITS8( in phLlcNfc_H_ProcessIFrame()
|
D | phHciNfc_Emulation.c | 1191 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Cmd() 1285 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Uicc_Event()
|
D | phHciNfc_AdminMgmt.c | 989 cmd = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Cmd() 1116 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_Admin_Event()
|
D | phHciNfc_CE_A.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_A_Event()
|
D | phHciNfc_CE_B.c | 639 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_CE_B_Event()
|
D | phHciNfc_NfcIPMgmt.c | 444 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Initiator_Event() 645 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Target_Event() 764 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_NfcIP_Event()
|
D | phHciNfc_PollingLoop.c | 703 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_PollLoop_Event()
|
D | phHciNfc_ISO15693.c | 592 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ISO15693_Event()
|
D | phHciNfc_WI.c | 683 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_WI_Event()
|
D | phHciNfc_SWP.c | 618 EventType = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_SWP_Event()
|
D | phHciNfc_Jewel.c | 665 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Jewel_Event()
|
D | phHciNfc_RFReaderB.c | 641 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderB_Event()
|
D | phHciNfc_Felica.c | 747 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_Felica_Event()
|
D | phHciNfc_RFReaderA.c | 831 instruction = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Recv_ReaderA_Event()
|
D | phHciNfc_DevMgmt.c | 1323 event = (uint8_t) GET_BITS8( hcp_message->msg_header, in phHciNfc_Recv_DevMgmt_Event()
|
/external/libnfc-nxp/inc/ |
D | phNfcInterface.h | 125 #define GET_BITS8(num,p,l) \ macro 129 #define GET_BITS8(num,p,l) \ macro
|