Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 124) sorted by relevance

12345

/Zephyr-latest/subsys/ipc/rpmsg_service/
Drpmsg_service.c37 } endpoints[CONFIG_RPMSG_SERVICE_NUM_ENDPOINTS]; variable
53 if (strcmp(name, endpoints[i].name) == 0) { in ns_bind_cb()
54 err = rpmsg_create_ept(&endpoints[i].ep, in ns_bind_cb()
59 endpoints[i].cb, in ns_bind_cb()
66 endpoints[i].bound = true; in ns_bind_cb()
110 if (endpoints[i].name) { in rpmsg_service_init()
111 err = rpmsg_create_ept(&endpoints[i].ep, in rpmsg_service_init()
113 endpoints[i].name, in rpmsg_service_init()
116 endpoints[i].cb, in rpmsg_service_init()
139 if (!endpoints[i].name) { in rpmsg_service_register_endpoint()
[all …]
DKconfig30 users to establish RPMsg endpoints for given channel.
48 int "Max number of registered endpoints"
51 Maximal number of endpoints that can be registered for given
66 The order of RPMsg Service initialization and endpoints registration
67 is important to avoid race conditions in RPMsg endpoints handshake.
72 int "Initialization priority of modules registering RPMsg endpoints"
75 The endpoints must be registered before RPMsg Service is initialized.
/Zephyr-latest/samples/subsys/usb/shell/boards/
Dqemu_cortex_m3.overlay13 num-bidir-endpoints = <8>;
19 num-bidir-endpoints = <8>;
/Zephyr-latest/samples/subsys/usb/shell/
Dvirtual.overlay15 num-bidir-endpoints = <8>;
21 num-bidir-endpoints = <8>;
/Zephyr-latest/dts/arm/st/f4/
Dstm32f469.dtsi19 num-bidir-endpoints = <6>;
25 num-bidir-endpoints = <9>;
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg20 able to correctly setup instances and endpoints at init time.
25 int "Max number of registered endpoints per instance"
28 Maximal number of endpoints that can be registered for one instance
DKconfig.icbmsg22 Number of endpoints supported by the ICBMsg IPC service
23 backend. The number of endpoints are applied to all the instances,
DKconfig.icmsg_me21 Number of endpoints supported by the multi endpoint ICMSG library.
28 Maximal length of a string used to discover endpoints between the
/Zephyr-latest/doc/hardware/peripherals/
Dvideo.rst22 Each video device can have one or more endpoints. Output endpoints configure
23 video output function and generate data. Input endpoints configure video input
/Zephyr-latest/tests/drivers/udc/
Dudc_skeleton.overlay12 num-bidir-endpoints = <8>;
/Zephyr-latest/tests/subsys/usb/device_next/boards/
Dqemu_cortex_m3.overlay13 num-bidir-endpoints = <8>;
Dnative_sim.overlay15 num-bidir-endpoints = <8>;
/Zephyr-latest/dts/arm/st/l4/
Dstm32l452.dtsi18 num-bidir-endpoints = <8>;
Dstm32l475.dtsi18 num-bidir-endpoints = <6>;
/Zephyr-latest/dts/arm/st/u5/
Dstm32u575.dtsi19 num-bidir-endpoints = <6>;
Dstm32u545.dtsi22 num-bidir-endpoints = <8>;
/Zephyr-latest/dts/arm/st/f0/
Dstm32f072.dtsi26 num-bidir-endpoints = <8>;
Dstm32f070.dtsi44 num-bidir-endpoints = <8>;
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst10 …* Source and Sink sides register stream endpoints. using :code:`a2dp register_ep source sbc` and :…
12 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
13 …* Source or Sink configure the stream to create the stream after discover remote's endpoints. usin…
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/
DREADME.rst5 Use the IPC Service with multiple endpoints.
7 This application demonstrates how to use IPC Service with multiple endpoints.
/Zephyr-latest/dts/arm/st/l0/
Dstm32l053.dtsi28 num-bidir-endpoints = <8>;
Dstm32l072.dtsi31 num-bidir-endpoints = <8>;
/Zephyr-latest/dts/arm/nordic/
Dnrf52820.dtsi401 num-bidir-endpoints = <1>;
402 num-in-endpoints = <7>;
403 num-out-endpoints = <7>;
404 num-isoin-endpoints = <1>;
405 num-isoout-endpoints = <1>;
/Zephyr-latest/dts/arm/st/f1/
Dstm32f103X8.dtsi43 num-bidir-endpoints = <8>;
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay65 num-bidir-endpoints = <16>;

12345