Searched refs:nx_cloud_module_event_clear (Results 1 – 4 of 4) sorted by relevance
170 #define nx_cloud_module_event_clear _nx_cloud_module_event_clear macro181 #define nx_cloud_module_event_clear _nxe_cloud_module_event_clear macro196 UINT nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event);
185 status = nx_cloud_module_event_clear(NX_NULL, NX_CLOUD_MODULE_EVENT_1); in test_entry()194 status = nx_cloud_module_event_clear(&cloud_module, 0); in test_entry()203 status = nx_cloud_module_event_clear(&cloud_module, NX_CLOUD_MODULE_EVENT_1); in test_entry()
191 nx_cloud_module_event_clear(&cloud_module[0].nx_cloud_module, NX_CLOUD_MODULE_EVENT_1); in test_entry()
2124 …nx_cloud_module_event_clear(&(client_ptr -> nxd_mqtt_client_cloud_module), MQTT_PACKET_RECEIVE_EVE… in _nxd_mqtt_process_disconnect()