Home
last modified time | relevance | path

Searched +full:hp +full:- +full:channel +full:- +full:c (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/dts/bindings/usb/
Dusb-audio-hs.yaml1 # Copyright (c) 2020 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "usb-audio-hs"
10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml]
13 mic-resolution:
17 - 8
18 - 16
19 - 24
20 - 32
21 mic-sync-type:
[all …]
Dusb-audio-hp.yaml1 # Copyright (c) 2020 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "usb-audio-hp"
10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml]
17 - 8
18 - 16
19 - 24
20 - 32
21 sample-rate-hz:
24 polling-interval:
[all …]
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dapp.overlay2 * Copyright (c) 2019 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "usb-audio-hs";
10 mic-feature-mute;
11 mic-channel-l;
12 mic-channel-r;
14 hp-feature-mute;
15 hp-channel-l;
16 hp-channel-r;
18 hp-feature-volume;
[all …]
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dapp.overlay2 * Copyright (c) 2019 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "usb-audio-hp";
10 feature-mute;
11 channel-l;
12 channel-r;
14 feature-volume;
15 volume-max = <0x0500>;
16 volume-min = <0xBA00>;
17 volume-res = <0x100>;
[all …]
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi2 * Copyright (c) 2020-2022 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
6 #include "nrf5340_audio_dk_nrf5340_cpuapp_common-pinctrl.dtsi"
7 #include <zephyr/dt-bindings/sensor/ina230.h>
12 zephyr,shell-uart = &uart0;
13 zephyr,uart-mcumgr = &uart0;
14 zephyr,bt-mon-uart = &uart0;
15 zephyr,bt-c2h-uart = &uart0;
16 zephyr,bt-hci = &bt_hci_ipc0;
20 gpio_fwd: nrf-gpio-forwarder {
[all …]
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c2 * Copyright (c) 2020 Piotr Mienkowski
3 * Copyright (c) 2020 Linaro Limited
4 * Copyright (c) 2022 Georgij Cernysiov
6 * SPDX-License-Identifier: Apache-2.0
58 /* In dual-flash mode, total size is twice the size of one flash component */
88 uint32_t channel; member
125 * If set addressed operations should use 32-bit rather than
126 * 24-bit addresses.
138 struct flash_stm32_qspi_data *dev_data = dev->data; in qspi_lock_thread()
140 k_sem_take(&dev_data->sem, K_FOREVER); in qspi_lock_thread()
[all …]
Dflash_stm32_ospi.c2 * Copyright (c) 2022 STMicroelectronics
3 * Copyright (c) 2022 Georgij Cernysiov
5 * SPDX-License-Identifier: Apache-2.0
20 #include <zephyr/dt-bindings/flash_controller/ospi.h>
127 uint32_t channel; member
187 struct flash_stm32_ospi_data *dev_data = dev->data; in ospi_lock_thread()
189 k_sem_take(&dev_data->sem, K_FOREVER); in ospi_lock_thread()
194 struct flash_stm32_ospi_data *dev_data = dev->data; in ospi_unlock_thread()
196 k_sem_give(&dev_data->sem); in ospi_unlock_thread()
201 const struct flash_stm32_ospi_config *dev_cfg = dev->config; in ospi_send_cmd()
[all …]
Dflash_stm32_xspi.c2 * Copyright (c) 2024 STMicroelectronics
4 * SPDX-License-Identifier: Apache-2.0
23 #include <zephyr/dt-bindings/flash_controller/xspi.h>
59 struct flash_stm32_xspi_data *dev_data = dev->data; in xspi_lock_thread()
61 k_sem_take(&dev_data->sem, K_FOREVER); in xspi_lock_thread()
66 struct flash_stm32_xspi_data *dev_data = dev->data; in xspi_unlock_thread()
68 k_sem_give(&dev_data->sem); in xspi_unlock_thread()
73 struct flash_stm32_xspi_data *dev_data = dev->data; in xspi_send_cmd()
76 LOG_DBG("Instruction 0x%x", cmd->Instruction); in xspi_send_cmd()
78 dev_data->cmd_status = 0; in xspi_send_cmd()
[all …]
/Zephyr-latest/dts/arm/renesas/ra/ra8/
Dra8x1.dtsi2 * Copyright (c) 2024 Renesas Electronics Corporation
4 * SPDX-License-Identifier: Apache-2.0
8 #include <arm/armv8.1-m.dtsi>
10 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h>
11 #include <zephyr/dt-bindings/clock/ra_clock.h>
12 #include <zephyr/dt-bindings/pwm/ra_pwm.h>
16 #address-cells = <1>;
17 #size-cells = <0>;
21 compatible = "arm,cortex-m85";
23 #address-cells = <1>;
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst24 * Picolibc is now the default C standard library
38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3
39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_
41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j
42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_
44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7
45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_
47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4
48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_
50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh
[all …]
Drelease-notes-4.0.rst15 is now the standard way to provide device-specific protection to data at rest. (:github:`76222`)
18 :ref:`ZMS <zms_api>` is a new key-value storage subsystem compatible with all non-volatile storage
25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`,
26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported.
31 Initially implemented drivers include a simple :dtcompatible:`zephyr,gpio-steppers` and a complex
32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`.
50 directory for :zephyr:code-sample-category:`code samples <samples>`.
70 * :cve:`2024-8798`: Under embargo until 2024-11-22
71 * :cve:`2024-10395`: Under embargo until 2025-01-23
72 * :cve:`2024-11263` `Zephyr project bug tracker GHSA-jjf3-7x72-pqm9
[all …]
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c2 * Copyright (c) 2020 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
70 * @param [in] dev Device type. Must be HP/MIC
185 * Helper function for getting channel number directly from the
190 return (fu->bLength - FU_FIXED_ELEMS_SIZE)/sizeof(uint16_t); in get_num_of_channels()
199 return sys_get_le16((uint8_t *)&fu->bmaControls[0]); in get_controls()
210 ((uint8_t *)fu + fu->bLength); in get_fu_dir()
213 if (ot->wTerminalType == USB_AUDIO_USB_STREAMING) { in get_fu_dir()
234 header->bLength + in fix_fu_descriptors()
239 (void)memcpy(&fu->bmaControls[i], in fix_fu_descriptors()
[all …]
Dusb_audio_internal.h4 * Copyright (c) 2020 Nordic Semiconductor ASA
6 * SPDX-License-Identifier: Apache-2.0
108 * Master channel (0) excluded.
191 * Multiplication by 3 for HP/MIC comes from the fact that 3 entities are
203 * be 3rd entity (Output terminal) - addition of 3.
467 /** refer to Table 4-7 from audio10.pdf
481 /* Class-Specific AS Interface Descriptor 4.5.2 audio10.pdf */
495 /** Class-Specific AS Format Type Descriptor 4.5.3 audio10.pdf