Home
last modified time | relevance | path

Searched +full:disallow +full:- +full:iso +full:- +full:in +full:- +full:out +full:- +full:same +full:- +full:number (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/dts/bindings/usb/
Dnuvoton,numaker-usbd.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nuvoton,numaker-usbd"
8 include: [usb-ep.yaml, reset-device.yaml, pinctrl-device.yaml]
23 dma-buffer-size:
27 Size of DMA buffer in bytes
29 disallow-iso-in-out-same-number:
32 Some soc series don't allow Isochronous IN/OUT endpoints to be assigned the same numbers,
33 for example, 0x82 (for Isochronous IN) and 0x02 (for Isochronous OUT) are disallowed.
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h6 * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
73 * Connection Interval: 30-50 ms
150 /** Maximum Link Layer transmission payload size in bytes. */
152 /** Maximum Link Layer transmission payload time in us. */
154 /** Maximum Link Layer reception payload size in bytes. */
156 /** Maximum Link Layer reception payload time in us. */
162 /** Maximum Link Layer transmission payload size in bytes. */
164 /** Maximum Link Layer transmission payload time in us. */
170 * @param _tx_max_len Maximum Link Layer transmission payload size in bytes.
[all …]
/Zephyr-latest/dts/arm/nuvoton/
Dm2l31x.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv8-m.dtsi>
10 #include <zephyr/dt-bindings/clock/numaker_m2l31x_clock.h>
11 #include <zephyr/dt-bindings/reset/numaker_m2l31x_reset.h>
12 #include <zephyr/dt-bindings/gpio/gpio.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
14 #include <zephyr/dt-bindings/adc/adc.h>
18 zephyr,flash-controller = &rmc;
26 #address-cells = <1>;
27 #size-cells = <0>;
[all …]
Dm46x.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv7-m.dtsi>
9 #include <zephyr/dt-bindings/pinctrl/numaker-m46x-pinctrl.h>
10 #include <zephyr/dt-bindings/clock/numaker_m46x_clock.h>
11 #include <zephyr/dt-bindings/reset/numaker_m46x_reset.h>
12 #include <zephyr/dt-bindings/gpio/gpio.h>
13 #include <zephyr/dt-bindings/i2c/i2c.h>
14 #include <zephyr/dt-bindings/adc/adc.h>
18 zephyr,flash-controller = &fmc;
26 #address-cells = <1>;
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst17 * Enabled the new TCP stack, TCP2, by default. This stack was introduced in
33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
36 * CVE-2020-10072: all threads can access all socket file descriptors
37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat
38 * CVE-2020-13599: Security problem with settings and littlefs
39 * CVE-2020-13601: Under embargo until 2020/11/18
40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv
42 More detailed information can be found in:
[all …]
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2 * Copyright (c) 2016-2018 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
110 * 0 - Non-Connectable Non-Scannable advertising report
111 * 1 - Connectable Non-Scannable advertising report
112 * 2 - Non-Connectable Scannable advertisig report
113 * 3 - Connectable Scannable advertising report
116 * cycle. If advertiser changes between Connectable Non-Scannable,
118 * SID and DID, then such reports will be filtered out by the
122 * 4 - Periodic Advertising report
154 #define DUP_FILTER_DISABLED (-1)
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1 /* hci_core.c - HCI core Bluetooth handling */
4 * Copyright (c) 2017-2021 Nordic Semiconductor ASA
5 * Copyright (c) 2015-2016 Intel Corporation
7 * SPDX-License-Identifier: Apache-2.0
77 /* The zephyr,bt-hci chosen property is mandatory, except for unit tests */
149 state->target = target; in bt_hci_cmd_state_set_init()
150 state->bit = bit; in bt_hci_cmd_state_set_init()
151 state->val = val; in bt_hci_cmd_state_set_init()
152 cmd(buf)->state = state; in bt_hci_cmd_state_set_init()
184 if (handler->event != event) { in handle_event_common()
[all …]