Home
last modified time | relevance | path

Searched refs:comm (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/tools/ci/
Dcheck_ut_cmake_make.sh10 MISMATCH=$(comm -3 <(echo "$MAKE_UT_PATHS") <(echo "$CMAKE_UT_PATHS"))
/hal_espressif-3.6.0/examples/protocols/modbus/serial/mb_master/main/
Dmaster.c259 mb_communication_info_t comm = { in master_init() local
277 err = mbc_master_setup((void*)&comm); in master_init()
/hal_espressif-3.6.0/components/newlib/
DMakefile.old45 @test $$(comm -12 rom.syms libc.syms | tee common.syms | wc -l) -eq 0
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h240 esp_err_t cdc_acm_host_protocols_get(cdc_acm_dev_hdl_t cdc_hdl, cdc_comm_protocol_t *comm, cdc_data…
/hal_espressif-3.6.0/components/esp_netif/
DREADME.md74 * `........` Initialization line from user code to esp-netif and comm driver
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c1162 esp_err_t cdc_acm_host_protocols_get(cdc_acm_dev_hdl_t cdc_hdl, cdc_comm_protocol_t *comm, cdc_data… in cdc_acm_host_protocols_get() argument
1167 if (comm != NULL) *comm = cdc_dev->comm_protocol; in cdc_acm_host_protocols_get()