Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.7.0/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.py26 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
34 leshan.write(endpoint, '5/0/0', fw)
37 leshan.execute(endpoint, '5/0/2')
47 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
57 leshan.write(endpoint, '5/0/0', fw)
64 leshan.write(endpoint, '5/0/0', fw)
67 leshan.execute(endpoint, '5/0/2')
78 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
90 leshan.write(endpoint, '19/0/0/0', data)
100 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-Core-3.7.0/boards/shields/dvp_fpc24_mt9m114/
Ddvp_fpc24_mt9m114.overlay19 mt9m114_ep_out: endpoint {
20 remote-endpoint = <&dfi_ep_in>;
30 dfi_ep_in: endpoint {
31 remote-endpoint = <&mt9m114_ep_out>;
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/shields/nxp_btb44_ov5640/
Dnxp_btb44_ov5640.overlay23 ov5640_ep_out: endpoint {
24 remote-endpoint = <&mipi_csi2rx_ep_in>;
39 mipi_csi2rx_ep_in: endpoint {
40 remote-endpoint = <&ov5640_ep_out>;
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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,
420 :start-after: usb.rst endpoint configuration start
421 :end-before: usb.rst endpoint configuration end
450 Interface number and endpoint address assignment
[all …]
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/ipc/ipc_service/lib/
DKconfig33 bool "icmsg IPC library with multi-endpoint functionality"
37 Multi-endpoint functionality for the icmsg library
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/madmachine/mm_swiftio/
Dmm_swiftio.dts117 ov7725_ep_out: endpoint {
118 remote-endpoint = <&csi_ep_in>;
200 csi_ep_in: endpoint {
201 remote-endpoint = <&ov7725_ep_out>;
/Zephyr-Core-3.7.0/drivers/pcie/
DCMakeLists.txt2 add_subdirectory_ifdef(CONFIG_PCIE_ENDPOINT endpoint)
DKconfig4 source "drivers/pcie/endpoint/Kconfig"
/Zephyr-Core-3.7.0/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
/Zephyr-Core-3.7.0/subsys/usb/device/class/
DKconfig.test15 Loopback Function bulk endpoint size
/Zephyr-Core-3.7.0/samples/net/lwm2m_client/src/
Dlwm2m-client.c55 static const char *endpoint = variable
59 BUILD_ASSERT(sizeof(endpoint) <= CONFIG_LWM2M_SECURITY_KEY_SIZE,
114 lwm2m_set_string(&LWM2M_OBJ(0, 0, 3), endpoint); in lwm2m_setup()
412 lwm2m_rd_client_start(&client_ctx, endpoint, flags, rd_client_event, observe_cb); in main()
/Zephyr-Core-3.7.0/drivers/pcie/endpoint/
DKconfig19 source "drivers/pcie/endpoint/Kconfig.iproc"
/Zephyr-Core-3.7.0/drivers/usb/udc/
DKconfig.kinetis18 Number of blocks in slab for internal endpoint events.
/Zephyr-Core-3.7.0/include/zephyr/ipc/
Dipc_rpmsg.h71 struct ipc_rpmsg_ept endpoint[NUM_ENDPOINTS]; member
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Dvideo.rst31 defined by the endpoint format. A video buffer can be queued to a device
32 endpoint for filling (input ep) or consuming (output ep) operation, once

12345