/Zephyr-Core-3.6.0/subsys/bluetooth/audio/ |
D | Kconfig.micp | 1 # Bluetooth Audio - Microphone Control Service options 9 ########### Microphone Control Profile Microphone Device ########### 12 bool "Microphone Control Profile Microphone Device Support [EXPERIMENTAL]" 16 This option enables support for Microphone Control Profile 22 int "Audio Input Control Service instance count for \ 23 Microphone Control Service Microphone Device" 27 This option sets the number of instances of Audio Input Control 28 Services for Microphone Control Profile Microphone Device. 35 enabled for Microphone Control Profile Microphone Device. 39 ########### Microphone Control Profile Microphone Controller ########### [all …]
|
D | Kconfig.mctl | 1 # Bluetooth Audio - Media control configuration options 13 bool "Support for media player control" 16 Enables support for control of local and remote media players 17 To enable support for control of a local media player, support for 23 bool "Support for control of local media player" 25 This option enables support for control of a local media player 28 bool "Support for local control of local media player" 32 This option enables support for local application control of local 36 bool "Support for remote control of local media players" 39 This option enables support for remote control of local media [all …]
|
D | Kconfig.vcp | 1 # Bluetooth Audio - Volume Control Profile configuration options 9 ################### Volume Control Profile Volume Renderer ################### 12 bool "Volume Control Profile Volume Renderer Support [EXPERIMENTAL]" 16 This option enables support for Volume Control Profile Volume Renderer 17 role and the Volume Control Service. 21 int "Volume Offset Control Service instance count" 25 This option sets the number of instances of Volume Offset Control 36 int "Audio Input Control Service instance count for VCS" 40 This option sets the number of instances of Audio Input Control 58 ################### Volume Control Profile Volume Controller ################### [all …]
|
D | Kconfig.mcs | 1 # Bluetooth Audio - Media control configuration options 9 #### Media Control Service ################################ 12 bool "Media Control Service Support" 19 This option enables support for the Media Control Service. 21 #### Media Control Client ################################ 24 bool "Media Control Client Support" 29 This option enables support for the Media Control Client. 40 control client will truncate the name when reading it. 48 the media player icon URL. If the URL is longer, the media control 58 the media control client will truncate the title when reading it. [all …]
|
D | Kconfig.vocs | 1 # Bluetooth Audio - Volume Offset Control Service options 8 ##################### Volume Offset Control Service ##################### 11 int "Volume Offset Control Service max instance count [EXPERIMENTAL]" 16 Control Services. 23 This hidden option enables support for Volume Control Service. 28 int "Volume Offset Control Service max output description size" 36 ##################### Volume Offset Control Service Client ##################### 39 int "Volume Offset Control Service client max instance count [EXPERIMENTAL]" 44 Control Service clients. 51 This hidden option enables support for Volume Offset Control Service.
|
D | Kconfig.aics | 1 # Bluetooth Audio - Audio Input Control Service options 9 ##################### Audio Input Control Service ##################### 12 int "Audio Input Control Service max instance count [EXPERIMENTAL]" 17 Control Services. 25 This hidden option enables support for Audio Input Control Service. 30 int "Audio Input Control Service max input description size" 38 ##################### Audio Input Control Service Client ##################### 41 int "Audio Input Control Service client max instance count [EXPERIMENTAL]" 46 Control Services. 53 This hidden option enables support for Audio Input Control Service.
|
/Zephyr-Core-3.6.0/dts/bindings/usb/uac2/ |
D | zephyr,uac2-input-terminal.yaml | 28 copy-protect-control: 30 description: Copy Protect Control capabilities 34 connector-control: 36 description: Connector Control capabilities 40 overload-control: 42 description: Overload Control capabilities 46 cluster-control: 48 description: Cluster Control capabilities 52 underflow-control: 54 description: Underflow Control capabilities [all …]
|
D | zephyr,uac2-output-terminal.yaml | 32 copy-protect-control: 34 description: Copy Protect Control capabilities 38 connector-control: 40 description: Connector Control capabilities 44 overload-control: 46 description: Overload Control capabilities 50 underflow-control: 52 description: Underflow Control capabilities 56 overflow-control: 58 description: Overflow Control capabilities
|
D | zephyr,uac2-audio-streaming.yaml | 15 active-alternate-setting-control: 17 description: Active Alternate Setting Control capabilities 21 valid-alternate-settings-control: 23 description: Valid Alternate Settings Control capabilities 39 pitch-control: 41 description: Pitch Control capabilities 46 data-overrun-control: 52 data-underrun-control:
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/audio/ |
D | vocs.h | 11 * @brief Volume Offset Control Service (VOCS) 13 * @defgroup bt_gatt_vocs Volume Offset Control Service (VOCS) 18 * The Volume Offset Control Service is a secondary service, and as such should not be used own its 22 * Note that the API abstracts away the change counter in the volume offset control state and will 38 /** Volume Offset Control Service Error codes */ 46 /** @brief Opaque Volume Offset Control Service instance. */ 49 /** @brief Structure for registering a Volume Offset Control Service instance. */ 70 /** @brief Structure for discovering a Volume Offset Control Service instance. */ 87 * @brief Get a free service instance of Volume Offset Control Service from the pool. 89 * @return Volume Offset Control Service instance in case of success or NULL in case of error. [all …]
|
D | vcp.h | 11 * @brief Volume Control Profile (VCP) 13 * @defgroup bt_gatt_vcp Volume Control Profile (VCP) 39 /** Volume Control Service Error codes */ 43 /** Volume Control Service Mute Values */ 47 /** @brief Opaque Volume Control Service instance. */ 50 /** Register structure for Volume Control Service */ 61 /** Register parameters for Volume Offset Control Services */ 64 /** Register parameters for Audio Input Control Services */ 67 /** Volume Control Service callback structure. */ 72 * @brief Volume Control Service included services [all …]
|
D | aics.h | 11 * @brief Audio Input Control Service (AICS) 13 * @defgroup bt_gatt_aics Audio Input Control Service (AICS) 18 * The Audio Input Control Service is a secondary service, and as such should not be used on its 22 * Note that the API abstracts away the change counter in the audio input control state and will 35 /** Audio Input Control Service mute states */ 40 /** Audio Input Control Service input modes */ 46 /** Audio Input Control Service input types */ 55 /** Audio Input Control Service Error codes */ 62 /** @brief Opaque Audio Input Control Service instance. */ 65 /** @brief Structure for initializing a Audio Input Control Service instance. */ [all …]
|
D | micp.h | 11 * @brief Microphone Control Profile (MICP) 13 * @defgroup bt_gatt_micp Microphone Control Profile (MICP) 39 /** Microphone Control Profile mute states */ 47 /** @brief Register parameters structure for Microphone Control Service */ 50 /** Register parameter structure for Audio Input Control Services */ 54 /** Microphone Control Profile callback structure. */ 59 * @brief Microphone Control Profile included services 61 * Used for to represent the Microphone Control Profile included service 67 /** Number of Audio Input Control Service instances */ 69 /** Array of pointers to Audio Input Control Service instances */ [all …]
|
D | mcs.h | 11 * @brief Media Control Service (MCS) 13 * @defgroup bt_mcs Media Control Service (MCS) 21 * Definitions and types related to the Media Control Service and Media Control 89 /** Media control point opcodes */ 116 /** Media control point supported opcodes length */ 119 /** Media control point supported opcodes values */ 146 /** Media control point notification result codes */ 152 /** Search control point type values */ 153 /* Reference: Media Control Service spec v1.0 section 3.20.2 */ 164 /** Search control point values */ [all …]
|
/Zephyr-Core-3.6.0/drivers/display/ |
D | display_otm8009a.h | 56 * @name MIPI DCS Write Control Display fields. 60 /** Write Control Display: brightness control. */ 62 /** Write Control Display: display dimming. */ 64 /** Write Control Display: backlight. */ 67 /** Adaptibe Brightness Control: off. */ 69 /** Adaptibe Brightness Control: user interface. */ 71 /** Adaptibe Brightness Control: still picture. */ 73 /** Adaptibe Brightness Control: moving image. */ 95 /** Source Driver Precharge Control */ 99 /** Power Control Setting 1 */ [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/display/ |
D | ilitek,ili9341.yaml | 18 RGB interface signal control (IFMOD) register value. 24 Interface control (IFCTL) register value. 30 Power control A (PWCTRLA) register value. 36 Power control B (PWCTRLB) register value. 42 Power on sequence control (PWSEQCTRL) register value. 48 Driver timing control A (TIMCTRLA) register value. 54 Driver timing control B (TIMCTRLB) register value. 60 Pump ratio control (PUMPRATIOCTRL) register value. 84 Frame rate control (in normal mode / full colors) (FRMCTR1) register value. 90 Display function control (DISCTRL) register value. Note that changing [all …]
|
D | sitronix,st7735r.yaml | 41 description: Memory Data Access Control 51 description: Power Control 1 Parameter 56 description: Power Control 2 Parameter 61 description: Power Control 3 Parameter 66 description: Power Control 4 Parameter 71 description: Power Control 5 Parameter 76 description: Positive Voltage Gamma Control Parameter 81 description: Negative Voltage Gamma Control Parameter 86 description: Frame rate control (normal mode / full colors) 91 description: Frame rate control (idle mode / 8 colors) [all …]
|
D | ilitek,ili9342c.yaml | 25 RGB interface signal control (IFMOD) register value. 31 Display Inversion Control (INVTR) register value. 37 Frame rate control (in normal mode / full colors) (FRMCTR1) register value. 43 Display function control (DISCTRL) register value. Note that changing 56 Power control 1 (PWCTRL1) register values. 62 Power control 2 (PWCTRL2) register values. 68 Power control 3 (PWCTRL3) register values. 74 VCOM control 1 (VMCTRL1) register values. 124 Interface control (IFCTL) register value.
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/shell/ |
D | mcp.rst | 1 Media control for Generic Audio Content Control 4 This document describes how to run the media control functionality, 7 The media control server consists of to parts. There is a media 9 media control service (mcs) that serves as a GATT-based interface to 10 the player. The media control client consists of one part, the GATT 13 The media control server may include an object transfer service (ots) 14 and the media control client may include an object transfer client 18 The media control server and client both implement the Generic Media 19 Control Service (only), and do not use any underlying Media Control 61 player by writing to the *media control point*. There is also a [all …]
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_access_control.h | 12 * @brief Main access control logic. Checks if the server with instance id @p server_obj_inst are 14 * and object instance id @p obj_inst_id. If access control is enabled, this should 31 * @brief Creates an access control object instance. Should be called every 34 * @param obj_id object id of the object instance getting an access control. 35 * @param obj_inst_id object instance id of the object instance getting access control. 41 * @brief Creates an access control object instance for objects. Should be called if servers should 44 * @param obj_id object id of the object getting access control. 45 * @param server_obj_inst_id object instance id of the server creating the access control 51 * @brief Removes the access control instance that contains the access rights concerning 53 * Does nothing if obj_id == 2 (i.e. object id for access control). Should be called [all …]
|
/Zephyr-Core-3.6.0/drivers/spi/ |
D | spi_mchp_mss.c | 108 uint32_t control; member 128 uint32_t control; in mss_spi_hw_tfsz_set() local 131 control = mss_spi_read(cfg, MSS_SPI_REG_CONTROL); in mss_spi_hw_tfsz_set() 132 control &= ~MSS_SPI_CONTROL_CNT_MSK; in mss_spi_hw_tfsz_set() 133 control |= ((len & MSS_SPI_FRAMESUP_LO_BYTES_MSK) << MSS_SPI_CONTROL_CNT_SHF); in mss_spi_hw_tfsz_set() 134 mss_spi_write(cfg, MSS_SPI_REG_CONTROL, control); in mss_spi_hw_tfsz_set() 139 uint32_t control; in mss_spi_enable_controller() local 141 control = mss_spi_read(cfg, MSS_SPI_REG_CONTROL); in mss_spi_enable_controller() 142 control |= MSS_SPI_CONTROL_ENABLE; in mss_spi_enable_controller() 143 mss_spi_write(cfg, MSS_SPI_REG_CONTROL, control); in mss_spi_enable_controller() [all …]
|
/Zephyr-Core-3.6.0/soc/riscv/ite_ec/common/ |
D | chip_chipregs.h | 48 /* --- General Control (GCTRL) --- */ 52 /* --- External GPIO Control (EGPIO) --- */ 58 * 0x04: External GPIO Control 175 /* GPIO control register */ 194 * (18xxh) PWM & SmartAuto Fan Control (PWM) 213 /* 0x023: PWM Clock Control */ 247 /* 0x023: PWM Clock Control */ 249 /* 0x048: Tachometer Switch Control */ 256 /* --- Wake-Up Control (WUC) --- */ 269 * (1Dxxh) Keyboard Matrix Scan control (KSCAN) [all …]
|
/Zephyr-Core-3.6.0/soc/arm/arm/beetle/ |
D | soc_registers.h | 15 /* System Control Register (SYSCON) */ 17 /* Offset: 0x000 (r/w) remap control register */ 19 /* Offset: 0x004 (r/w) pmu control register */ 23 /* Offset: 0x00c (r/w) emi control register */ 28 /* Offset: 0x020 (r/w)AHB peripheral access control set */ 30 /* Offset: 0x024 (r/w)AHB peripheral access control clear */ 33 /* Offset: 0x030 (r/w)APB peripheral access control set */ 35 /* Offset: 0x034 (r/w)APB peripheral access control clear */ 38 /* Offset: 0x040 (r/w) main clock control register */ 40 /* Offset: 0x044 (r/w) auxiliary / rtc control register */ [all …]
|
/Zephyr-Core-3.6.0/boards/arm/96b_wistrio/dts/bindings/ |
D | qorvo,rfsw8001.yaml | 6 RF2 and RF3 pins are used to control the behavior of the switch as detailed 7 in the "Switch Control Logic Table" in the datasheet. 17 description: Pin used to control the RF1 switch 22 description: Pin used to control the RF2 switch 27 description: Pin used to control the RF3 switch
|
/Zephyr-Core-3.6.0/drivers/sensor/s11059/ |
D | s11059.c | 27 /* control bit */ 33 /* bit mask for control */ 123 static int s11059_control_write(const struct device *dev, uint8_t control) in s11059_control_write() argument 126 const uint8_t opcode[] = {S11059_REG_ADDR_CONTROL, control}; in s11059_control_write() 143 uint8_t control; in s11059_start_measurement() local 146 /* read current control */ in s11059_start_measurement() 147 rc = i2c_reg_read_byte_dt(&cfg->bus, S11059_REG_ADDR_CONTROL, &control); in s11059_start_measurement() 149 LOG_ERR("%s, Failed to read current control.", dev->name); in s11059_start_measurement() 154 WRITE_BIT(control, S11059_CONTROL_ADC_RESET, 1); in s11059_start_measurement() 155 WRITE_BIT(control, S11059_CONTROL_STADBY, 0); in s11059_start_measurement() [all …]
|