Home
last modified time | relevance | path

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

12345678910>>...55

/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.c28 static void has_client_discover_cb(struct bt_conn *conn, int err, struct bt_has *has, in has_client_discover_cb() argument
38 has, type, caps, conn); in has_client_discover_cb()
40 inst = has; in has_client_discover_cb()
43 static void has_client_preset_switch_cb(struct bt_has *has, int err, uint8_t index) in has_client_preset_switch_cb() argument
46 bt_shell_error("HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
48 bt_shell_print("HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb()
52 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/doc/releases/
Dmigration-guide-4.2.rst41 * The config option :kconfig:option:`CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME` has been deprecated
48 …While there are no major functional changes, the device tree structure has been significantly revi…
75 * ``counter_native_posix`` has been renamed ``counter_native_sim``, and with it its
76 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-counter` has been deprecated
84 * ``fake_entropy_native_posix`` has been renamed ``fake_entropy_native_sim``, and with it its
85 kconfig options and DT binding. :dtcompatible:`zephyr,native-posix-rng` has been deprecated
99 * To support the RP2350B, which has many pins, the RaspberryPi-GPIO configuration has
100 been changed. The previous role of :dtcompatible:`raspberrypi,rpi-gpio` has been migrated to
118 * The struct ``net_linkaddr_storage`` has been renamed to struct
119 :c:struct:`net_linkaddr` and the old struct ``net_linkaddr`` has been removed.
[all …]
Dmigration-guide-4.0.rst24 * The imgtool part of ``west sign`` has been deprecated, options to be supplied to imgtool when
36 * ``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 …]
/Zephyr-latest/drivers/ps2/
DKconfig.xec13 series has two controllers and MEC172x series has one.
/Zephyr-latest/boards/adafruit/grand_central_m4_express/doc/
Dindex.rst29 The `Adafruit Learning System`_ has detailed information about
41 The SAMD51 MCU has 8 SERCOM based UARTs. On the Grand Central, SERCOM0 is
47 The SAMD51 MCU has 8 SERCOM based SPIs. On the Grand Central, SERCOM7 has been
49 Additionally SERCOM2 has been configured as SPI to access the microSDHC card.
54 The SAMD51 MCU has 8 SERCOM based I2Cs. On the Grand Central, SERCOM3 has been
60 The SAMD51 MCU has a USB device port that can be used to communicate
/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/doc/
Dconf.py103 if tags.has("convertimages"): # pylint: disable=undefined-variable # noqa: F821
187 is_release = tags.has("release") # pylint: disable=undefined-variable # noqa: F821
189 if tags.has("publish"): # pylint: disable=undefined-variable # noqa: F821
329 zephyr_generate_hw_features = not tags.has("hw_features_turbo") # pylint: disable=undefined-variab…
/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/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/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/boards/arduino/mkrzero/doc/
Dindex.rst28 The `Arduino store`_ has detailed information about board
42 The SAMD21 MCU has 6 SERCOM based USARTs. SERCOM5 is available on pins 13(PA23) and 14(PA22).
47 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
53 The SAMD21 MCU has 6 SERCOM based SPIs. On the Arduino MKR Zero, SERCOM1
60 The SAMD21 MCU has 6 SERCOM based I2Cs. SERCOM0 is available on pin 11(PA08) and 12(PA09).
67 The SAMD21 MCU has a USB device port that can be used to communicate
75 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On the
/Zephyr-latest/boards/microchip/ev11l78a/doc/
Dindex.rst30 The SAMD20 MCU has 6 SERCOM based USARTs. One of the USARTs
36 The SAMD20 MCU has 6 SERCOM based SPIs. One of the SPIs (SERCOM0)
42 The SAMD20 MCU has 6 SERCOM based I2Cs. One of the I2Cs (SERCOM3)
/Zephyr-latest/samples/boards/st/uart/circular_dma/
DREADME.rst36 # Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
38 # It has survived not only five centuries, but also the leap into electronic typesetting,
44 Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
46 It has survived not only five centuries, but also the leap into electronic typesetting,
/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/boards/arduino/zero/doc/
Dindex.rst29 The `Arduino store`_ has detailed information about board
43 The SAMD21 MCU has 6 SERCOM based USARTs. One of the USARTs
50 The SAMD21 MCU has 3 TCC based PWM units with up to 4 outputs each and a period
57 The SAMD21 MCU has 6 SERCOM based SPIs. On the Arduino Zero, SERCOM4
63 The SAMD21 MCU has a USB device port that can be used to communicate
71 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On the
/Zephyr-latest/boards/seeed/seeeduino_xiao/doc/
Dindex.rst26 The `Seeeduino XIAO wiki`_ has detailed information about
40 The SAMD21 MCU has 6 SERCOM based SPIs. On the XIAO, SERCOM0 can be put
47 The SAMD21 MCU has 6 SERCOM based USARTs. On the XIAO, SERCOM2 is available on
53 The SAMD21 MCU has 6 SERCOM based USARTs. On the XIAO, SERCOM4 is
59 The SAMD21 MCU has a USB device port that can be used to communicate
67 The SAMD21 MCU has a single channel DAC with 10 bits of resolution. On
/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/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/boards/witte/linum/doc/
Dindex.rst6 STM32H753BI microcontroller. The board has 2 expansion connectors used by the LCD display with
59 The LINUM-STM32H753BI has 3 software controllable LEDs.
84 The LINUM-STM32H753BI board has two on-board RS-232 transceiver connected to USART2 and USART3.
104 The LINUM-STM32H753BI board has two on-board RS-485 transceiver connected to USART4 and USART6.
125 The LINUM-STM32H753BI has one SDCard slot connected as below:
147 The LINUM-STM32H753BI has a ethernet connection using the transceiver KSZ8081RNACA.
168 The LINUM-STM32H753BI board has two on-board CAN-FD transceiver connected to FDCAN1 and FDCAN2.
189 The LINUM-STM32H753BI has one usb port.
214 The LINUM-STM32H753BI has a external SDRAM with 8Mbytes connected to FMC peripheral.

12345678910>>...55