Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_usim.c38 static void SMARTCARD_USIM_CompleteSendData(USIM_Type *base, smartcard_context_t *context);
39 static void SMARTCARD_USIM_StartSendData(USIM_Type *base, smartcard_context_t *context);
40 static void SMARTCARD_USIM_CompleteReceiveData(USIM_Type *base, smartcard_context_t *context);
41 static void SMARTCARD_USIM_StartReceiveData(USIM_Type *base, smartcard_context_t *context);
42 static bool SMARTCARD_USIM_SetTransferType(USIM_Type *base, smartcard_context_t *context, smartcard…
116 static void SMARTCARD_USIM_CompleteSendData(USIM_Type *base, smartcard_context_t *context) in SMARTCARD_USIM_CompleteSendData()
145 static void SMARTCARD_USIM_CompleteReceiveData(USIM_Type *base, smartcard_context_t *context) in SMARTCARD_USIM_CompleteReceiveData()
176 static void SMARTCARD_USIM_StartSendData(USIM_Type *base, smartcard_context_t *context) in SMARTCARD_USIM_StartSendData()
206 static void SMARTCARD_USIM_StartReceiveData(USIM_Type *base, smartcard_context_t *context) in SMARTCARD_USIM_StartReceiveData()
244 static bool SMARTCARD_USIM_SetTransferType(USIM_Type *base, smartcard_context_t *context, smartcard… in SMARTCARD_USIM_SetTransferType()
[all …]
Dfsl_smartcard_usim.h99 status_t SMARTCARD_USIM_Init(USIM_Type *base, smartcard_context_t *context, uint32_t srcClock_Hz);
122 int32_t SMARTCARD_USIM_GetTransferRemainingBytes(USIM_Type *base, smartcard_context_t *context);
135 status_t SMARTCARD_USIM_AbortTransfer(USIM_Type *base, smartcard_context_t *context);
152 status_t SMARTCARD_USIM_TransferNonBlocking(USIM_Type *base, smartcard_context_t *context, smartcar…
166 smartcard_context_t *context,
176 void SMARTCARD_USIM_IRQHandler(USIM_Type *base, smartcard_context_t *context);
184 void SMARTCARD_USIM_TSExpiryCallback(USIM_Type *base, smartcard_context_t *context);
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_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.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_phy_usim.c90 status_t SMARTCARD_PHY_Activate(void *base, smartcard_context_t *context, smartcard_reset_type_t re… in SMARTCARD_PHY_Activate()
148 status_t SMARTCARD_PHY_Deactivate(void *base, smartcard_context_t *context) in SMARTCARD_PHY_Deactivate()
181 smartcard_context_t *context, in SMARTCARD_PHY_Control()
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