Searched +full:overload +full:- +full:control (Results 1 – 8 of 8) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.06 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 capabilities36 - "host-programmable"38 connector-control:[all …]
2 # SPDX-License-Identifier: Apache-2.06 compatible: "zephyr,uac2-input-terminal"8 include: zephyr,uac2-channel-cluster.yaml11 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 capabilities32 - "read-only"[all …]
4 * SPDX-License-Identifier: Apache-2.021 /* 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 …]
3 * SPDX-License-Identifier: Apache-2.060 * Common FIFO configuration: refer to '34.2.28 CFDCFCC : Common FIFO Configuration/Control61 * Register' - RA8M1 MCU group HWM68 * 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 MCU95 * Interrupt Enable Configuration Register' - RA8M1 MCU group HWM101 * Register' - RA8M1 MCU group HWM106 * Channel Error IRQ configurations: refer to '34.2.3 CFDC0CTR : Control Register' - RA8M1 MCU group112 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 …]
16 * Support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP)23 * Basic support for Arm TrustZone in Armv8-M42 * arch: arm: implement ARMv8-M MPU driver44 * arch: arm: macro API for defining non-secure entry functions48 * arch: ARM: Change the march used by cortex-m0 and cortex-m0plus50 * arch: arm: basic Arm TrustZone-M functionality for Cortex-M23 and Cortex-M3351 * arch: arm: built-in stack protection using Armv8-M SPLIM registers52 * arch: arm: API for using TT intrinsics in Secure/Non-Secure Armv8-M firmware63 * riscv32: riscv-privilege: Microsemi Mi-V support85 * clock_control: Added STM32F7 family clock control[all …]
2 * Copyright (c) 2016 - 2023, Nordic Semiconductor ASA4 * SPDX-License-Identifier: Apache-2.055 /* Anomaly 211 - Device remains in SUSPEND too long when host resumes183 * - true - bus suspended184 * - false - ongoing normal communication on the bus251 /** 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 …]
4 * SPDX-License-Identifier: Apache-2.012 #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 at190 __ASSERT_NO_MSG(i != -1); in cpu_hold()[all …]
6 * SPDX-License-Identifier: Apache-2.066 /** @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 …]