Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h114 volatile uint8_t wait_busy_flag; /*Condition flag to wait reader thread*/ member
DphTmlUwb.cc688 gpphTmlUwb_Context->wait_busy_flag = true; in phTmlUwb_WaitWriteComplete()
713 if (gpphTmlUwb_Context->wait_busy_flag == true) { in phTmlUwb_SignalWriteComplete()
715 gpphTmlUwb_Context->wait_busy_flag = false; in phTmlUwb_SignalWriteComplete()
/hardware/nxp/nfc/snxxx/halimpl/tml/
DphTmlNfc.h189 volatile uint8_t wait_busy_flag; /*Condition flag to wait reader thread*/ member
DphTmlNfc.cc1084 if (gpphTmlNfc_Context->wait_busy_flag == true) { in phTmlNfc_SignalWriteComplete()
1086 gpphTmlNfc_Context->wait_busy_flag = false; in phTmlNfc_SignalWriteComplete()