Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py33 def test_LightweightM2M_1_1_int_102(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
39 leshan.write(endpoint, '1/0/1', lifetime)
47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
49 leshan.execute(endpoint, '1/0/4')
58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
62 leshan.execute(endpoint, '1/0/8')
66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
68 leshan.write(endpoint, '1/0/1', 120)
77 def test_LightweightM2M_1_1_int_108(leshan, endpoint): argument
82 def test_LightweightM2M_1_1_int_109(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
[all …]
Dtest_portfolio.py27 def test_LightweightM2M_1_1_int_1630(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13…
29 resp = leshan.discover(endpoint, '16/0')
38 assert leshan.create_obj_instance(endpoint, '16/1', resources)['status'] == 'CREATED(201)'
39 resp = leshan.discover(endpoint, '16/1')
41 resp = leshan.read(endpoint, '16')
55 def test_LightweightM2M_1_1_int_1635(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13…
57 resp = leshan.discover(endpoint, '16')
61 assert leshan.delete(endpoint, '16/0')['status'] == 'DELETED(202)'
62 resp = leshan.discover(endpoint, '16')
Dtest_blockwise.py25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
33 leshan.write(endpoint, '5/0/0', fw)
36 leshan.execute(endpoint, '5/0/2')
46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
56 leshan.write(endpoint, '5/0/0', fw)
63 leshan.write(endpoint, '5/0/0', fw)
66 leshan.execute(endpoint, '5/0/2')
77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
91 leshan.write(endpoint, '19/0/0/0', data)
101 data = leshan.read(endpoint, '19/0/0')
[all …]
Dtest_bootstrap.py45 def test_LightweightM2M_1_1_int_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: Endpo…
51 leshan.execute(endpoint, '1/0/9')
58 def test_LightweightM2M_1_1_int_5(dut: DeviceAdapter, leshan: Leshan, endpoint: Endpoint):
60 leshan.execute(endpoint, '1/0/9')
65 def test_LightweightM2M_1_1_int_6(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint):
81 def test_LightweightM2M_1_1_int_7(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint):
90 def verify_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: E…
94 endpoint.registered = True
96 def verify_LightweightM2M_1_1_int_401(shell: Shell, leshan: Leshan, endpoint: Endpoint):
Dleshan.py94 def delete(self, endpoint: str, path: str):
98 def execute(self, endpoint: str, path: str):
102 def write(self, endpoint: str, path: str, value: bool | int | str):
111 def write_attributes(self, endpoint: str, path: str, attributes: dict):
118 def remove_attributes(self, endpoint: str, path: str, attributes: list):
126 def update_obj_instance(self, endpoint: str, path: str, resources: dict):
131 def replace_obj_instance(self, endpoint: str, path: str, resources: dict):
136 def create_obj_instance(self, endpoint: str, path: str, resources: dict):
253 def read(self, endpoint: str, path: str):
320 def composite_read(self, endpoint: str, paths: list[str]):
[all …]
/Zephyr-latest/tests/drivers/video/api/
Dapp.overlay25 test_video_emul_imager_ep_out: endpoint {
26 remote-endpoint-label = "test_video_emul_rx_ep_in";
41 test_video_emul_rx_ep_in: endpoint@0 {
43 remote-endpoint-label = "test_video_emul_imager_ep_out";
46 test_video_emul_rx_ep_out: endpoint@1 {
48 remote-endpoint-label = "application";
/Zephyr-latest/boards/shields/dvp_fpc24_mt9m114/
Ddvp_fpc24_mt9m114.overlay19 mt9m114_ep_out: endpoint {
20 remote-endpoint-label = "dfi_ep_in";
30 dfi_ep_in: endpoint {
31 remote-endpoint-label = "mt9m114_ep_out";
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam0.c81 UsbDeviceEndpoint *endpoint = &regs->DeviceEndpoint[ep]; in usb_sam0_ep_isr() local
82 uint32_t intflag = endpoint->EPINTFLAG.reg; in usb_sam0_ep_isr()
84 endpoint->EPINTFLAG.reg = intflag; in usb_sam0_ep_isr()
124 UsbDeviceEndpoint *endpoint = &regs->DeviceEndpoint[0]; in usb_sam0_isr() local
129 endpoint->EPINTENSET.reg = USB_DEVICE_EPINTENSET_TRCPT0 | in usb_sam0_isr()
385 UsbDeviceEndpoint *endpoint = &regs->DeviceEndpoint[ep_idx]; in usb_dc_ep_configure() local
444 endpoint->EPCFG.bit.EPTYPE1 = type; in usb_dc_ep_configure()
445 endpoint->EPSTATUSCLR.bit.BK1RDY = 1; in usb_dc_ep_configure()
447 endpoint->EPCFG.bit.EPTYPE0 = type; in usb_dc_ep_configure()
448 endpoint->EPSTATUSCLR.bit.BK0RDY = 1; in usb_dc_ep_configure()
[all …]
/Zephyr-latest/tests/drivers/build_all/video/
Dmimxrt1170_evk_mimxrt1176_cm7.overlay41 ov5640_ep_out: endpoint {
42 remote-endpoint-label = "mipi_csi2rx_ep_in";
58 test_csi_ep_in: endpoint {
59 remote-endpoint-label = "test_mipi_csi2rx_ep_out";
78 test_mipi_csi2rx_ep_out: endpoint {
79 remote-endpoint-label = "test_csi_ep_in";
86 mipi_csi2rx_ep_in: endpoint {
87 remote-endpoint-label = "ov5640_ep_out";
Dapp.overlay74 test_video_emul_imager_ep_out: endpoint {
75 remote-endpoint-label = "test_video_emul_rx_ep_in";
90 test_video_emul_rx_ep_in: endpoint@0 {
92 remote-endpoint-label = "test_video_emul_imager_ep_out";
95 test_video_emul_rx_ep_out: endpoint@1 {
97 remote-endpoint-label = "application";
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/
Dweact_ov2640_cam_module.overlay23 ov2640_ep_out: endpoint {
24 remote-endpoint = <&zephyr_camera_dvp_in>;
40 zephyr_camera_dvp_in: endpoint {
41 remote-endpoint = <&ov2640_ep_out>;
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/
Dnxp_btb44_ov5640.overlay25 ov5640_ep_out: endpoint {
26 remote-endpoint-label = "mipi_csi2rx_ep_in";
41 mipi_csi2rx_ep_in: endpoint {
42 remote-endpoint-label = "ov5640_ep_out";
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst14 Upon completion the registered endpoint callback will be called. Before
16 the previous write. When data is received, the registered endpoint callback
18 For CDC ACM sample driver this happens via the OUT bulk endpoint handler
19 (cdc_acm_bulk_out) mentioned in the endpoint array (cdc_acm_ep_data).
24 USB transaction(s), depending endpoint max packet size. The class driver does
25 not have to implement endpoint callback and should set this callback to the
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig8 The backend must be registered before the endpoint register.
26 Chosing this backend results in single endpoint implementation based
30 bool "ICMSG backend with multi-endpoint support in initiator role"
36 Chosing this backend results in multi endpoint implementation based
41 bool "ICMSG backend with multi-endpoint support in follower role"
47 Chosing this backend results in multi endpoint implementation based
/Zephyr-latest/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_procpu_sense.dts32 ov2640_ep_out: endpoint {
33 remote-endpoint-label = "dvp_ep_in";
52 dvp_ep_in: endpoint {
53 remote-endpoint-label = "ov2640_ep_out";
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst170 * **Binding message** - Message exchanged during endpoint binding process (described below).
221 - endpoint address
229 The data message was sent over the endpoint specified in ``endpoint address``.
230 The endpoint binding procedure must be finished before sending this control message.
262 - endpoint address
281 - endpoint address
288 It is similar to the ``MSG_RELEASE_DATA`` except the ``endpoint address`` is required.
298 After ICBMsg initialization, you are ready for the endpoint binding procedure.
308 * **Initiator** - It assigns endpoint addresses and sends binding messages.
316 The binding process needs an endpoint name and is responsible for following two things:
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst24 and receive the data, the user must create (register) an endpoint in the
32 The endpoint is an entity the user must use to send and receive data between
33 two domains (connected by the instance). An endpoint is always associated to an
53 To send data between domains or CPUs, an endpoint must be registered onto
60 Before registering an endpoint, the instance must be opened using the
96 /* Wait for endpoint bound (bound_cb called) */
149 /* Wait for endpoint bound (bound_cb called) */
171 * The run-time registration of an endpoint in an instance.
175 * The run-time deregistration of an endpoint from the instance.
/Zephyr-latest/subsys/usb/device/class/netusb/
DKconfig42 CDC ECM class interrupt endpoint size
49 CDC ECM class bulk endpoint size
74 RNDIS interrupt endpoint size
81 RNDIS bulk endpoint size
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst50 in the Bluetooth specification and consists only of an interface with the endpoint
53 * HCI commands through control endpoint (host-to-device only)
54 * HCI events through interrupt IN endpoint
190 To mitigate the issue, Zephyr CDC ACM implementation arms IN endpoint with ZLP
234 For the HID class interface, an IN interrupt endpoint is required for each instance,
235 an OUT interrupt endpoint is optional. Thus, the minimum implementation requirement
306 If the application wishes to receive output reports via the OUT interrupt endpoint,
419 :start-after: usb.rst endpoint configuration start
420 :end-before: usb.rst endpoint configuration end
449 Interface number and endpoint address assignment
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig33 bool "icmsg IPC library with multi-endpoint functionality"
37 Multi-endpoint functionality for the icmsg library
/Zephyr-latest/samples/net/cellular_modem/
DREADME.rst11 with pseudo random data to the endpoint test-endpoint.com,
14 up the IP of test-endpoint.com.
/Zephyr-latest/boards/madmachine/mm_swiftio/
Dmm_swiftio.dts117 ov7725_ep_out: endpoint {
118 remote-endpoint-label = "csi_ep_in";
200 csi_ep_in: endpoint {
201 remote-endpoint-label = "ov7725_ep_out";
/Zephyr-latest/drivers/pcie/
DCMakeLists.txt2 add_subdirectory_ifdef(CONFIG_PCIE_ENDPOINT endpoint)
DKconfig4 source "drivers/pcie/endpoint/Kconfig"
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dwebusb.c151 usb_transfer(cfg->endpoint[WEBUSB_IN_EP_IDX].ep_addr, rx_buf, size, in webusb_read_cb()
183 webusb_read_cb(cfg->endpoint[WEBUSB_OUT_EP_IDX].ep_addr, in webusb_dev_status_cb()
224 .endpoint = webusb_ep_data

12345