Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c227 status = tx_timer_create(&(cloud_ptr -> nx_cloud_periodic_timer), (CHAR*)cloud_name, in _nx_cloud_create()
396 tx_timer_deactivate(&(cloud_ptr -> nx_cloud_periodic_timer)); in _nx_cloud_delete()
397 tx_timer_delete(&(cloud_ptr -> nx_cloud_periodic_timer)); in _nx_cloud_delete()
Dnx_cloud.h141 TX_TIMER nx_cloud_periodic_timer; member