Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 1294) sorted by relevance

12345678910>>...52

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dhas.h146 void (*discover)(struct bt_conn *conn, int err, struct bt_has *has,
162 void (*preset_switch)(struct bt_has *has, int err, uint8_t index);
176 void (*preset_read_rsp)(struct bt_has *has, int err,
191 void (*preset_update)(struct bt_has *has, uint8_t index_prev,
203 void (*preset_deleted)(struct bt_has *has, uint8_t index, bool is_last);
216 void (*preset_availability)(struct bt_has *has, uint8_t index, bool available,
253 int bt_has_client_conn_get(const struct bt_has *has, struct bt_conn **conn);
268 int bt_has_client_presets_read(struct bt_has *has, uint8_t index, uint8_t max_count);
282 int bt_has_client_preset_set(struct bt_has *has, uint8_t index, bool sync);
295 int bt_has_client_preset_next(struct bt_has *has, bool sync);
[all …]
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED
65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED
66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED
67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED
68 Test suite 'ITS reliability tests (TFM_ITS_TEST_3XXX)' has PASSED
69 Test suite 'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)' has PASSED
70 … Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED
71 Test suite 'Platform Service Secure interface tests(TFM_PLATFORM_TEST_1XXX)' has PASSED
72 Test suite 'IPC secure interface test (TFM_IPC_TEST_1XXX)' has PASSED
107 Test suite 'PSA protected storage NS interface tests (TFM_PS_TEST_1XXX)' has PASSED
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
Dhas_client.c31 #define HAS_INST(_has) CONTAINER_OF(_has, struct bt_has_client, has)
99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp()
130 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update()
141 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted()
152 client_cb->preset_availability(&inst->has, net_buf_simple_pull_u8(buf), available, in handle_preset_availability()
246 client_cb->discover(inst->conn, 0, &inst->has, in discover_complete()
247 inst->has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK, in discover_complete()
253 client_cb->preset_switch(&inst->has, 0, inst->has.active_index); in discover_complete()
292 client_cb->preset_read_rsp(&inst->has, err, NULL, true); in read_presets_req_cb()
325 client_cb->preset_switch(&inst->has, err, inst->has.active_index); in set_active_preset_cb()
[all …]
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas_client.c27 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument
37 has, type, caps, conn); in has_client_discover_cb()
39 inst = has; in has_client_discover_cb()
42 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument
45 shell_error(ctx_shell, "HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
47 shell_print(ctx_shell, "HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb()
51 static void has_client_preset_read_rsp_cb(struct bt_has *has, int err, in has_client_preset_read_rsp_cb() argument
/Zephyr-latest/boards/nxp/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig5 # Since the board has little memory (32k), stack sizes are lowered
6 # so that the application has more RAM for itself.
/Zephyr-latest/drivers/ps2/
DKconfig.xec13 series has two controllers and MEC172x series has one.
/Zephyr-latest/doc/security/
Dvulnerabilities.rst38 This has been fixed in release v1.14.0.
57 This has been fixed in release v1.14.0.
95 This has been fixed in releases v1.14.2, v2.2.0, and v2.1.1.
119 This has been fixed in releases v1.14.2, and v2.2.0.
145 This has been fixed in the below pull requests for main, branch from
173 This has been fixed in releases v1.14.2, v2.2.0, and in a branch from
195 validating system call numbers. An attacker who has obtained code
201 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
222 An attacker who has obtained code execution within a user thread is
227 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
[all …]
/Zephyr-latest/subsys/usb/device/
DCMakeLists.txt23 "CONFIG_USB_DEVICE_VID has default value 0x2FE3.
29 "CONFIG_USB_DEVICE_PID has default value 0x100.
/Zephyr-latest/samples/boards/bbc/microbit/pong/
DREADME.rst18 When multi-player mode has been selected the game will try to look for
19 and connect to a second micro:bit which has also been set into multi-player
22 If the board has a piezo buzzer connected to pin 0, this will be used to
/Zephyr-latest/arch/arc/core/mpu/
DKconfig11 ARC MPU has several versions. For MPU v2, the minimum region is 2048 bytes;
12 For other versions, the minimum region is 32 bytes; v4 has secure features,
41 Target has ARC MPU
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig26 # The 8186/8188 core has only one software interrupt that lives at
51 # This platform has a single big DRAM region where most linkage
53 # fact SOF has its own heap. Just leave a little for stray malloc()
75 # This single-core device doesn't have S32C1I and so has no built-in
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst40 After the application has run for a while, check the trace output file.
63 After the serial console has stable output like this:
101 After the application has run for a while, check the trace output file.
115 After the application has run for a while, check the trace output file.
129 After the application has run for a while, check the trace output file.
143 After the application has run for a while, check the trace output file.
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when
36 * :ref:`native_posix<native_posix>` has been deprecated in favour of
90 the image version. This has been changed as the implicit counter calculation is incompatible with
120 * The ``compatible`` of the LiteX ethernet controller has been renamed from
123 * The ``compatible`` of the LiteX uart controller has been renamed from
129 The ``ngpios`` devicetree property has been removed, since it is implied by the model name.
134 * The ``power-domain`` property has been removed in favor of ``power-domains``.
221 * The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices.
231 * :c:macro:`INPUT_CALLBACK_DEFINE` has now an extra ``user_data`` void pointer
234 argument has to be added to the callback function arguments.
[all …]
Dmigration-guide-3.6.rst21 * The deprecated ``prj_<board>.conf`` Kconfig file support has been removed, projects that use
46 :kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option has been introduced (which defaults
55 * The deprecated Nordic SoC Kconfig option ``NRF_STORE_REBOOT_TYPE_GPREGRET`` has been removed,
79 * MCUboot's deprecated ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` Kconfig option has been removed. If an
87 regenerate the files using zcbor 0.8.1. Note that the names of generated types and members has
104 * The function :c:func:`zcbor_tag_encode` has been renamed to :c:func:`zcbor_tag_put`.
106 * Printing has been changed significantly, e.g. :c:func:`zcbor_print` is now called
231 :kconfig:option:`CONFIG_BT_HCI_SETUP`) has gained a function parameter of type
245 and :ref:`native_sim<native_sim>` with or without an embedded C-library, has been renamed to
296 manage interfacing with the display. Note that the `cmd-data-gpios` pin has
[all …]
Drelease-notes-4.1.rst30 * The deprecated Bluetooth HCI driver API has been removed. It has been replaced by a
37 * The deprecated ``can_calc_prescaler()`` CAN API function has been removed.
78 * :kconfig:option:`CONFIG_NATIVE_APPLICATION` has been deprecated.
79 * For the native_sim target :kconfig:option:`CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT` has been
80 switched to ``n`` by default, and this option has been deprecated.
92 * :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT` has been deprecated and
93 :kconfig:option:`CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA` has been added.
121 converted into variants. ``mimxrt1060_evkb`` has been converted into revision ``B`` of
130 * Space-separated lists support has been removed from Twister configuration
137 * Test Case names for Ztest now include Ztest suite name, so the resulting identifier has
[all …]
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst34 The first three cases are cases of *backports* , the last one is a case of a *new fix* and has no
49 In case the reported bug in a previous version has already been fixed in the current version, the d…
54 * The SHAs of the commits, if the PR has already been merged
82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
110 1. Check if the author has followed the correct steps that are required to apply the fix, as descri…
113 #. Ensure that the author of the fix has also provided the ``west.yml`` update for Zephyr 2.7.
128 To merge a backported fix after the pull request for the fix has gone through the review process,
139 * ``upstream`` - if the fix has originally been merged to the upstream repository.
140 …* ``zephyr`` - if the fix has been applied to the Zephyr internal MCUmgr library (past 2.7 version…
142 ``<pr_num>`` is the number of the original pull request that has already been merged.
[all …]
/Zephyr-latest/subsys/lorawan/services/
DKconfig98 This setting has significant influence on RAM usage.
110 The fragment has to fit into the LoRaWAN payload, which can be up to
114 For some MCUs like the STM32WL the fragment size has to be a multiple
117 This setting has significant influence on RAM usage. If the exact
131 The fragment has to fit into the LoRaWAN payload, which can be up to
135 For some MCUs like the STM32WL the fragment size has to be a multiple
138 This setting has significant influence on RAM usage. If the exact
156 This setting has significant influence on RAM usage.
/Zephyr-latest/boards/adafruit/grand_central_m4_express/doc/
Dindex.rst59 The `Adafruit Learning System`_ has detailed information about
71 The SAMD51 MCU has 8 SERCOM based UARTs. On the Grand Central, SERCOM0 is
77 The SAMD51 MCU has 8 SERCOM based SPIs. On the Grand Central, SERCOM7 has been
79 Additionally SERCOM2 has been configured as SPI to access the microSDHC card.
84 The SAMD51 MCU has 8 SERCOM based I2Cs. On the Grand Central, SERCOM3 has been
90 The SAMD51 MCU has a USB device port that can be used to communicate
/Zephyr-latest/dts/arm/renesas/rcar/gen4/
Dr8a779f0.dtsi15 * A custom G4MH/RH850 µC firmware has to be flashed to access them
45 * Control domain security has to be released to access gpio4 controller
46 * A custom G4MH/RH850 µC firmware has to be flashed to do that
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtmap.rst5 Unlike most other low-layer profiles, TMAP is a profile that exists and has a service (TMAS) on all
12 When the Bluetooth stack has been initialized (:code:`bt init`), the TMAS can be registered by
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/doc/
Dindex.rst10 The kit gives access to 24 I/Os and interfaces via headers and has a
11 RGB LED which is user-programmable. It also has a 2.4GHz chip antenna
/Zephyr-latest/arch/posix/
DLinux.aarch64.cmake20 "CONFIG_64BIT=y but this Aarch64 machine has a 32-bit userspace.\n"
29 "CONFIG_64BIT=n but this Aarch64 machine has a 64-bit userspace.\n"
/Zephyr-latest/boards/arduino/zero/doc/
Dindex.rst66 The `Arduino store`_ has detailed information about board
80 The SAMD21 MCU has 6 SERCOM based USARTs. One of the USARTs
87 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
94 The SAMD21 MCU has 6 SERCOM based SPIs. On the Arduino Zero, SERCOM4
100 The SAMD21 MCU has a USB device port that can be used to communicate
108 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On the
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/boards/
Dstm32_wwdg_h7.overlay7 /* stm32h7 has no apb1 prescaler */
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst21 A mutex has the following key properties:
23 * A **lock count** that indicates the number of times the mutex has been locked
24 by the thread that has locked it. A count of zero indicates that the mutex
27 * An **owning thread** that identifies the thread that has locked the mutex,
46 thread that has waited the longest.
54 A thread is permitted to lock a mutex it has already locked.
65 The thread that has locked a mutex is eligible for :dfn:`priority inheritance`.
69 at the same priority as the waiting thread. Once the mutex has been unlocked,
111 The following code has the same effect as the code segment above.

12345678910>>...52