Searched refs:port_config (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/examples/openthread/ot_rcp/main/ |
D | esp_ot_rcp.c | 32 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
|
/hal_espressif-3.6.0/components/openthread/include/ |
D | esp_openthread_types.h | 125 esp_openthread_port_config_t port_config; /*!< The port configuration */ member
|
/hal_espressif-3.6.0/examples/openthread/ot_cli/main/ |
D | esp_ot_cli.c | 58 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
|
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 151 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/ |
D | hcd.h | 229 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/ |
D | esp_ot_br.c | 156 .port_config = ESP_OPENTHREAD_DEFAULT_PORT_CONFIG(), in ot_task_worker()
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 1303 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()
|
D | hub.c | 883 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()
|