Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphLibNfc.c770 pphLibNfc_LibContext_t psLibContext in phLibNfc_UpdateCurState() argument
773 switch(psLibContext->LibNfcState.next_state) in phLibNfc_UpdateCurState()
776 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect; in phLibNfc_UpdateCurState()
779 psLibContext->LibNfcState.cur_state in phLibNfc_UpdateCurState()
780 = (uint8_t)(psLibContext->status.DiscEnbl_status == TRUE? in phLibNfc_UpdateCurState()
786 psLibContext->LibNfcState.cur_state in phLibNfc_UpdateCurState()
788 psLibContext->LibNfcState.next_state: in phLibNfc_UpdateCurState()
789 psLibContext->LibNfcState.cur_state); in phLibNfc_UpdateCurState()
791 psLibContext->LibNfcState.next_state = (uint8_t)eLibNfcHalStateInvalid; in phLibNfc_UpdateCurState()