Searched refs:CHECK_THROW (Results 1 – 4 of 4) sorted by relevance
87 CHECK_THROW(esp_timer_start_once(timer_handle, timeout.count())); in start()104 CHECK_THROW(esp_timer_start_periodic(timer_handle, period.count())); in start_periodic()116 CHECK_THROW(esp_timer_stop(timer_handle)); in stop()
57 #define CHECK_THROW(error_) \ macro
43 CHECK_THROW(error);49 TEST_THROW(CHECK_THROW(error), ESPException);
40 CHECK_THROW(esp_timer_create(&timer_args, &timer_handle)); in ESPTimer()