Searched +full:try +full:- +full:unconfigured (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/fpga/ |
D | renesas,slg471x5.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Renesas SLG47105/SLG47115 GreenPAK Configurable Mixed-Signal IC 8 include: i2c-device.yaml 11 try-unconfigured:
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 3 -------------------- 23 --input <input_file.{hex,json}> \ 24 [--svd <svd_file>] \ 25 [--output <output_file.{hex,json}>] \ 26 [--list] 29 SPDX-License-Identifier: Apache-2.0 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: 59 def offset(self) -> int: 63 def size(self) -> int: 66 def _msk_pos(self, name: str) -> tuple[int, int]: [all …]
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 5 # SPDX-License-Identifier: Apache-2.0 13 - A file containing weak aliases of any potentially unimplemented system calls, 17 - A header file defining the system call type IDs, as well as function 20 - A directory containing header files. Each header corresponds to a header 47 # critical. These are core syscalls that won't ever be unconfigured, 53 table_template = """/* auto-generated by gen_syscalls.py, don't edit */ 67 list_template = """/* auto-generated by gen_syscalls.py, don't edit */ 84 syscall_template = """/* auto-generated by gen_syscalls.py, don't edit */ 146 # enable/disable of syscall tracing. Used for non-returning (void) functions 161 llext_weakdefs_template = """/* auto-generated by gen_syscalls.py, don't edit */ [all …]
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_device.c | 56 * the standard device requests in table 9-3 from the universal serial bus 168 setup->bmRequestType, in usb_print_setup() 169 setup->bRequest, in usb_print_setup() 170 setup->wValue, in usb_print_setup() 171 setup->wIndex, in usb_print_setup() 172 setup->wLength); in usb_print_setup() 216 uint32_t type = setup->RequestType.type; in usb_handle_request() 251 usb_dev.data_buf_residue -= chunk; in usb_data_to_host() 262 /* Transfers a zero-length packet */ in usb_data_to_host() 304 setup->bmRequestType = setup_raw.bmRequestType; in usb_handle_control_transfer() [all …]
|