Home
last modified time | relevance | path

Searched +full:overload +full:- +full:control (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-output-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-output-terminal"
9 terminal-type:
15 assoc-terminal:
20 data-source:
26 clock-source:
32 copy-protect-control:
34 description: Copy Protect Control capabilities
36 - "host-programmable"
38 connector-control:
[all …]
Dzephyr,uac2-input-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-input-terminal"
8 include: zephyr,uac2-channel-cluster.yaml
11 terminal-type:
17 assoc-terminal:
20 Associated terminal for bi-directional terminal types.
22 clock-source:
28 copy-protect-control:
30 description: Copy Protect Control capabilities
32 - "read-only"
[all …]
/Zephyr-latest/drivers/can/
Dcan_rcar.c4 * SPDX-License-Identifier: Apache-2.0
21 /* Control Register */
23 /* Control Register bits */
24 #define RCAR_CAN_CTLR_BOM (3 << 11) /* Bus-Off Recovery Mode Bits */
25 #define RCAR_CAN_CTLR_BOM_ENT BIT(11) /* Automatic halt mode entry at bus-off entry */
97 /* Receive FIFO Control Register */
102 /* Receive FIFO Pointer Control Register */
105 /* Transmit FIFO Control Register */
111 /* Transmit FIFO Pointer Control Register */
125 /* Test Control Register */
[all …]
Dcan_renesas_ra.c3 * SPDX-License-Identifier: Apache-2.0
60 * Common FIFO configuration: refer to '34.2.28 CFDCFCC : Common FIFO Configuration/Control
61 * Register' - RA8M1 MCU group HWM
68 * RX FIFO configuration: refer to '34.2.25 CFDRFCCa : RX FIFO Configuration/Control Registers' -
85 * Global Configuration: refer to '34.2.11 CFDGCFG : Global Configuration Register' - RA8M1 MCU
95 * Interrupt Enable Configuration Register' - RA8M1 MCU group HWM
101 * Register' - RA8M1 MCU group HWM
106 * Channel Error IRQ configurations: refer to '34.2.3 CFDC0CTR : Control Register' - RA8M1 MCU group
112 BIT(R_CANFD_CFDC_CTR_BOEIE_Pos) | /* Bus-Off Entry Interrupt Enable */ \
113 BIT(R_CANFD_CFDC_CTR_BORIE_Pos) | /* Bus-Off Recovery Interrupt Enable */ \
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst16 * Support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP)
23 * Basic support for Arm TrustZone in Armv8-M
42 * arch: arm: implement ARMv8-M MPU driver
44 * arch: arm: macro API for defining non-secure entry functions
48 * arch: ARM: Change the march used by cortex-m0 and cortex-m0plus
50 * arch: arm: basic Arm TrustZone-M functionality for Cortex-M23 and Cortex-M33
51 * arch: arm: built-in stack protection using Armv8-M SPLIM registers
52 * arch: arm: API for using TT intrinsics in Secure/Non-Secure Armv8-M firmware
63 * riscv32: riscv-privilege: Microsemi Mi-V support
85 * clock_control: Added STM32F7 family clock control
[all …]
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.c2 * Copyright (c) 2016 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
55 /* Anomaly 211 - Device remains in SUSPEND too long when host resumes
183 * - true - bus suspended
184 * - false - ongoing normal communication on the bus
251 /** NRFX_SUCCESS or error code, never NRFX_ERROR_BUSY - this one is calculated. */
294 return &NRF_USBD->EVENTS_ENDEPIN[ep_num]; in usbd_ep_to_endevent()
296 return &NRF_USBD->EVENTS_ENDEPOUT[ep_num]; in usbd_ep_to_endevent()
300 return ep_in ? &NRF_USBD->EVENTS_ENDISOIN : &NRF_USBD->EVENTS_ENDISOOUT; in usbd_ep_to_endevent()
313 return NRF_USBD->EPIN[ep_num].AMOUNT; in usbd_ep_amount_get()
[all …]
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c4 * SPDX-License-Identifier: Apache-2.0
12 #include <zephyr/sys/libc-hooks.h>
103 PRINT_DATA("Test %s failed: Unused mock parameter values\n", test->name); in cleanup_test()
106 PRINT_DATA("Test %s failed: Unused mock return values\n", test->name); in cleanup_test()
118 #define MAX_NUM_CPUHOLD (CONFIG_MP_MAX_NUM_CPUS - 1)
143 return -1; in find_unused_thread()
158 volatile void **shp = (void *)&thread->switch_handle; in wait_for_thread_to_switch_out()
165 * non-null. in wait_for_thread_to_switch_out()
174 * may need to control that configuration themselves. We do this at
190 __ASSERT_NO_MSG(i != -1); in cpu_hold()
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h6 * SPDX-License-Identifier: Apache-2.0
66 /** @brief Wi-Fi management commands */
68 /** Scan for Wi-Fi networks */
70 /** Connect to a Wi-Fi network */
72 /** Disconnect from a Wi-Fi network */
100 /** Set or get Wi-Fi channel for Monitor or TX-Injection mode */
104 /** Get Wi-Fi driver and Firmware versions */
106 /** Get Wi-Fi latest connection parameters */
143 /** Request a Wi-Fi scan */
149 /** Request a Wi-Fi connect */
[all …]