Searched refs:nx_cloud_periodic_timer (Results 1 – 2 of 2) sorted by relevance
227 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()
141 TX_TIMER nx_cloud_periodic_timer; member