Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc.c782 pphLibNfc_LibContext_t psLibContext in phLibNfc_UpdateCurState() argument
785 switch(psLibContext->LibNfcState.next_state) in phLibNfc_UpdateCurState()
788 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect; in phLibNfc_UpdateCurState()
791 psLibContext->LibNfcState.cur_state in phLibNfc_UpdateCurState()
792 = (uint8_t)(psLibContext->status.DiscEnbl_status == TRUE? in phLibNfc_UpdateCurState()
798 psLibContext->LibNfcState.cur_state in phLibNfc_UpdateCurState()
800 psLibContext->LibNfcState.next_state: in phLibNfc_UpdateCurState()
801 psLibContext->LibNfcState.cur_state); in phLibNfc_UpdateCurState()
803 psLibContext->LibNfcState.next_state = (uint8_t)eLibNfcHalStateInvalid; in phLibNfc_UpdateCurState()