Home
last modified time | relevance | path

Searched refs:port_config (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/examples/openthread/ot_rcp/main/
Desp_ot_rcp.c32 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
/hal_espressif-3.6.0/components/openthread/include/
Desp_openthread_types.h125 esp_openthread_port_config_t port_config; /*!< The port configuration */ member
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/
Desp_ot_cli.c58 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c151 hcd_port_config_t port_config = { in test_hcd_setup() local
158 TEST_ASSERT_EQUAL(ESP_OK, hcd_port_init(PORT_NUM, &port_config, &port_hdl)); in test_hcd_setup()
/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h229 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p…
/hal_espressif-3.6.0/examples/openthread/ot_br/main/
Desp_ot_br.c156 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
/hal_espressif-3.6.0/components/usb/
Dhcd.c1303 esp_err_t hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *p… in hcd_port_init() argument
1305 HCD_CHECK(port_number > 0 && port_config != NULL && port_hdl != NULL, ESP_ERR_INVALID_ARG); in hcd_port_init()
1311 switch (port_config->fifo_bias) { in hcd_port_init()
1341 port_obj->callback = port_config->callback; in hcd_port_init()
1342 port_obj->callback_arg = port_config->callback_arg; in hcd_port_init()
1343 port_obj->context = port_config->context; in hcd_port_init()
Dhub.c883 hcd_port_config_t port_config = { in hub_install() local
890 ret = hcd_port_init(HUB_ROOT_PORT_NUM, &port_config, &port_hdl); in hub_install()