Home
last modified time | relevance | path

Searched refs:txFifoEntryCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard.h246 uint8_t txFifoEntryCount; /*!< Number of data word entries in transmit FIFO. */ member
Dfsl_smartcard_usim.c486 context->txFifoEntryCount = FSL_FEATURE_USIM_FIFO_DEPTH; in SMARTCARD_USIM_Init()
890 while (((context->txFifoEntryCount - in SMARTCARD_USIM_IRQHandler()
Dfsl_smartcard_emvsim.c450 context->txFifoEntryCount = in SMARTCARD_EMVSIM_Init()
946 … while (((context->txFifoEntryCount - (uint8_t)((base->TX_STATUS & EMVSIM_TX_STATUS_TX_CNT_MASK) >> in SMARTCARD_EMVSIM_IRQHandler()