Home
last modified time | relevance | path

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

12345678910>>...41

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dhas.h118 void (*discover)(struct bt_conn *conn, int err, struct bt_has *has,
134 void (*preset_switch)(struct bt_has *has, int err, uint8_t index);
148 void (*preset_read_rsp)(struct bt_has *has, int err,
163 void (*preset_update)(struct bt_has *has, uint8_t index_prev,
175 void (*preset_deleted)(struct bt_has *has, uint8_t index, bool is_last);
188 void (*preset_availability)(struct bt_has *has, uint8_t index, bool available,
224 int bt_has_client_conn_get(const struct bt_has *has, struct bt_conn **conn);
239 int bt_has_client_presets_read(struct bt_has *has, uint8_t index, uint8_t max_count);
253 int bt_has_client_preset_set(struct bt_has *has, uint8_t index, bool sync);
266 int bt_has_client_preset_next(struct bt_has *has, bool sync);
[all …]
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/bluetooth/audio/
Dhas_client.c22 #define HAS_INST(_has) CONTAINER_OF(_has, struct has_inst, has)
34 struct bt_has has; member
124 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp()
154 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update()
164 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted()
175 client_cb->preset_availability(&inst->has, net_buf_simple_pull_u8(buf), available, in handle_preset_availability()
274 client_cb->discover(inst->conn, 0, &inst->has, in discover_complete()
275 inst->has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK, in discover_complete()
281 client_cb->preset_switch(&inst->has, 0, inst->has.active_index); in discover_complete()
321 client_cb->preset_read_rsp(&inst->has, err, NULL, true); in read_presets_req_cb()
[all …]
Dhas.c37 !BITS_CHANGED(_new_value, (has.features & BT_HAS_FEAT_HEARING_AID_TYPE_MASK))
39 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_PRESET_SYNC_SUPP) != 0 ? 1 : 0))
41 !BITS_CHANGED(_new_value, ((has.features & BT_HAS_FEAT_INDEPENDENT_PRESETS) != 0 ? 1 : 0))
43 static struct bt_has has; variable
74 if (offset > sizeof(has.active_index)) { in read_active_preset_index()
78 return bt_gatt_attr_read(conn, attr, buf, len, offset, &has.active_index, in read_active_preset_index()
79 sizeof(has.active_index)); in read_active_preset_index()
95 if (offset > sizeof(has.features)) { in read_features()
99 return bt_gatt_attr_read(conn, attr, buf, len, offset, &has.features, in read_features()
100 sizeof(has.features)); in read_features()
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dhas_client.c22 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument
32 has, type, caps, conn); in has_client_discover_cb()
34 inst = has; in has_client_discover_cb()
37 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument
40 shell_error(ctx_shell, "HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
42 shell_print(ctx_shell, "HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb()
46 static void has_client_preset_read_rsp_cb(struct bt_has *has, int err, in has_client_preset_read_rsp_cb() argument
/Zephyr-Core-3.5.0/boards/arm/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig6 # Since the board has little memory (32k), stack sizes are lowered
7 # so that the application has more RAM for itself.
/Zephyr-Core-3.5.0/drivers/ps2/
DKconfig.xec13 series has two controllers and MEC172x series has one.
/Zephyr-Core-3.5.0/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-
22 If the board has a piezo buzzer connected to pin 0, this will be used to
/Zephyr-Core-3.5.0/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,
39 Target has ARC MPU
/Zephyr-Core-3.5.0/subsys/usb/device/
DCMakeLists.txt23 "CONFIG_USB_DEVICE_VID has default value 0x2FE3.
29 "CONFIG_USB_DEVICE_PID has default value 0x100.
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c28 static void discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in discover_cb() argument
38 g_has = has; in discover_cb()
42 static void preset_switch_cb(struct bt_has *has, int err, uint8_t index) in preset_switch_cb() argument
64 static void preset_read_rsp_cb(struct bt_has *has, int err, in preset_read_rsp_cb() argument
/Zephyr-Core-3.5.0/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-Core-3.5.0/doc/security/
Dvulnerabilities.rst40 This has been fixed in release v1.14.0.
61 This has been fixed in release v1.14.0.
103 This has been fixed in releases v1.14.2, v2.2.0, and v2.1.1.
129 This has been fixed in releases v1.14.2, and v2.2.0.
157 This has been fixed in the below pull requests for main, branch from
187 This has been fixed in releases v1.14.2, v2.2.0, and in a branch from
211 validating system call numbers. An attacker who has obtained code
217 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
240 An attacker who has obtained code execution within a user thread is
245 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch
[all …]
/Zephyr-Core-3.5.0/samples/userspace/syscall_perf/
DREADME.rst7 user thread has to go through a system call compared to a supervisor thread that
16 current thread. The user thread has to go through a system call.
/Zephyr-Core-3.5.0/boards/arm/nrf52832_mdk/doc/
Dindex.rst13 The kit gives access to 24 I/Os and interfaces via headers and has a
14 RGB LED which is user-programmable. It also has a 2.4GHz chip antenna
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/
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-Core-3.5.0/boards/arm/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-Core-3.5.0/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 be 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.
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/arm/
DKconfig10 This option is enabled when the CPU has a Memory Protection Unit (MPU)
17 This option is enabled when the CPU has a Memory Protection Unit (MPU)
62 When enabled, indicates that SoC has an SWO output
/Zephyr-Core-3.5.0/share/zephyr-package/cmake/
DZephyrConfig.cmake9 # First check to see if user has provided a Zephyr base manually.
18 # said flag has been given.
34 zephyr_package_message(DEPRECATION "The ZephyrUnittest CMake package has been deprecated.\n"
35 "ZephyrUnittest has been replaced with Zephyr CMake module 'unittest' \n"
79 zephyr_package_message(DEPRECATION "The NO_BOILERPLATE setting has been deprecated.\n"
136 # As this code is processed inside registered packages, we simply test if another package has a
156 # CMake find_package has already done the version checking, so let's just include boiler plate.
/Zephyr-Core-3.5.0/boards/arm/arduino_mkrzero/doc/
Dindex.rst74 The `Arduino store`_ has detailed information about board
88 The SAMD21 MCU has 6 SERCOM based USARTs. SERCOM5 is available on pins 13(PA23) and 14(PA22).
93 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
99 The SAMD21 MCU has 6 SERCOM based SPIs. On the Arduino MKR Zero, SERCOM1
106 The SAMD21 MCU has 6 SERCOM based I2Cs. SERCOM0 is available on pin 11(PA08) and 12(PA09).
113 The SAMD21 MCU has a USB device port that can be used to communicate
121 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On the
/Zephyr-Core-3.5.0/tests/drivers/watchdog/wdt_basic_api/boards/
Dstm32_wwdg_h7.overlay7 /* stm32h7 has no apb1 prescaler */
/Zephyr-Core-3.5.0/samples/subsys/tracing/
DREADME.rst38 After the application has run for a while, check the trace output file.
61 After the serial console has stable output like this:
100 After the application has run for a while, check the trace output file.
114 After the application has run for a while, check the trace output file.
/Zephyr-Core-3.5.0/boards/riscv/hifive_unleashed/doc/
Dindex.rst32 Current version has not yet supported flashing binary to onboard Flash ROM.
34 This board has USB-JTAG interface and this can be used with OpenOCD.

12345678910>>...41