Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_emvsim.c704 context->timersState.initCharTimerExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
724 context->timersState.adtExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
779 context->timersState.wwtExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
783 context->timersState.cwtExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
804 context->timersState.wwtExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
808 context->timersState.bwtExpired = true; in SMARTCARD_EMVSIM_IRQHandler()
829 context->timersState.cwtExpired = false; in SMARTCARD_EMVSIM_IRQHandler()
Dfsl_smartcard_usim.c699 context->timersState.wwtExpired = true; in SMARTCARD_USIM_IRQHandler()
703 context->timersState.cwtExpired = true; in SMARTCARD_USIM_IRQHandler()
729 context->timersState.wwtExpired = true; in SMARTCARD_USIM_IRQHandler()
733 context->timersState.bwtExpired = true; in SMARTCARD_USIM_IRQHandler()
813 context->timersState.cwtExpired = false; in SMARTCARD_USIM_IRQHandler()
1078 context->timersState.initCharTimerExpired = true; in SMARTCARD_USIM_TSExpiryCallback()
Dfsl_smartcard.h258 …smartcard_timers_state_t timersState; /*!< Indicates the state of different protocol timers used i… member
Dfsl_smartcard_phy_usim.c100 context->timersState.initCharTimerExpired = false; in SMARTCARD_PHY_Activate()
Dfsl_smartcard_phy_emvsim.c108 context->timersState.initCharTimerExpired = false; in SMARTCARD_PHY_Activate()