Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_adu_agent.c956 UINT step_flag = 0x00; in nx_azure_iot_adu_agent_download_install_event_process() local
980 step_flag |= 0x01; /* Failed step. */ in nx_azure_iot_adu_agent_download_install_event_process()
984 step_flag |= 0x02; /* Succeeded step. */ in nx_azure_iot_adu_agent_download_install_event_process()
998 if (step_flag == 0x01) /* All steps failed. */ in nx_azure_iot_adu_agent_download_install_event_process()
1009 else if (step_flag == 0x02) /* All steps succeeded. */ in nx_azure_iot_adu_agent_download_install_event_process()