Searched refs:NFC_FL_POWER_OFF_SLEEP (Results 1 – 3 of 3) sorted by relevance
175 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP; in nfc_main_notify_enable_status()390 if (nfc_cb.flags & NFC_FL_POWER_OFF_SLEEP) { in nfc_main_handle_hal_evt()391 nfc_cb.flags &= ~NFC_FL_POWER_OFF_SLEEP; in nfc_main_handle_hal_evt()1260 nfc_cb.flags |= NFC_FL_POWER_OFF_SLEEP; in NFC_SetPowerOffSleep()
315 if (nfc_cb.flags & NFC_FL_POWER_OFF_SLEEP) { in nfc_task_shutdown_nfcc()
95 #define NFC_FL_POWER_OFF_SLEEP 0x0004 macro