Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/tools/ci/python_packages/idf_iperf_test_util/
DAttenuator.py50 if serial_port.isOpen() is False:
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp5499 virtual bool isOpen() const = 0; // Started but not complete
5611 virtual bool isOpen() const CATCH_OVERRIDE { in isOpen() function in Catch::TestCaseTracking::TrackerBase
6006 if( !sectionTracker.isOpen() ) in sectionStarted()