Searched refs:cdc_acm_host_send_break (Results 1 – 4 of 4) sorted by relevance
220 esp_err_t cdc_acm_host_send_break(cdc_acm_dev_hdl_t cdc_hdl, uint16_t duration_ms);295 return cdc_acm_host_send_break(this->cdc_hdl, duration_ms); in send_break()
28 …rs are responsible for ensuring that they only call APIs (e.g., `cdc_acm_host_send_break()`) that …
1098 esp_err_t cdc_acm_host_send_break(cdc_acm_dev_hdl_t cdc_hdl, uint16_t duration_ms) in cdc_acm_host_send_break() function
370 TEST_ASSERT_EQUAL(ESP_OK, cdc_acm_host_send_break(cdc_dev, 100));