Home
last modified time | relevance | path

Searched refs:smartcard_context_t (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_emvsim.h96 status_t SMARTCARD_EMVSIM_Init(EMVSIM_Type *base, smartcard_context_t *context, uint32_t srcClock_H…
119 int32_t SMARTCARD_EMVSIM_GetTransferRemainingBytes(EMVSIM_Type *base, smartcard_context_t *context);
132 status_t SMARTCARD_EMVSIM_AbortTransfer(EMVSIM_Type *base, smartcard_context_t *context);
149 status_t SMARTCARD_EMVSIM_TransferNonBlocking(EMVSIM_Type *base, smartcard_context_t *context, smar…
163 smartcard_context_t *context,
173 void SMARTCARD_EMVSIM_IRQHandler(EMVSIM_Type *base, smartcard_context_t *context);
Dfsl_smartcard_phy.h83 status_t SMARTCARD_PHY_Activate(void *base, smartcard_context_t *context, smartcard_reset_type_t re…
93 status_t SMARTCARD_PHY_Deactivate(void *base, smartcard_context_t *context);
106 smartcard_context_t *context,
117 void SMARTCARD_PHY_IRQHandler(void *base, smartcard_context_t *context);
Dfsl_smartcard_emvsim.c35 static void smartcard_emvsim_CompleteSendData(EMVSIM_Type *base, smartcard_context_t *context);
36 static void smartcard_emvsim_StartSendData(EMVSIM_Type *base, smartcard_context_t *context);
37 static void smartcard_emvsim_CompleteReceiveData(EMVSIM_Type *base, smartcard_context_t *context);
38 static void smartcard_emvsim_StartReceiveData(EMVSIM_Type *base, smartcard_context_t *context);
40 smartcard_context_t *context,
77 static void smartcard_emvsim_CompleteSendData(EMVSIM_Type *base, smartcard_context_t *context) in smartcard_emvsim_CompleteSendData()
108 static void smartcard_emvsim_CompleteReceiveData(EMVSIM_Type *base, smartcard_context_t *context) in smartcard_emvsim_CompleteReceiveData()
139 static void smartcard_emvsim_StartSendData(EMVSIM_Type *base, smartcard_context_t *context) in smartcard_emvsim_StartSendData()
196 static void smartcard_emvsim_StartReceiveData(EMVSIM_Type *base, smartcard_context_t *context) in smartcard_emvsim_StartReceiveData()
241 smartcard_context_t *context, in smartcard_emvsim_SetTransferType()
[all …]
Dfsl_smartcard_phy_emvsim.c98 status_t SMARTCARD_PHY_Activate(void *base, smartcard_context_t *context, smartcard_reset_type_t re… in SMARTCARD_PHY_Activate()
166 status_t SMARTCARD_PHY_Deactivate(void *base, smartcard_context_t *context) in SMARTCARD_PHY_Deactivate()
193 smartcard_context_t *context, in SMARTCARD_PHY_Control()
Dfsl_smartcard.h271 } smartcard_context_t; typedef