Home
last modified time | relevance | path

Searched full:subsystem (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt1 SDMMC Subsystem Test
4 This test is designed to verify the SD subsystem stack implementation,
6 subsystem. Due to the differences between underlying SD host controller drivers,
13 test the initialization flow of the SDMMC subsystem to verify that the stack
16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt1 MMC Subsystem Test
6 subsystem. Due to the differences between underlying SD host controller drivers,
13 test the initialization flow of the MMC subsystem to verify that the stack
16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/subsys/sensing/
DKconfig5 bool "Sensing Subsystem"
13 Enable Sensing Subsystem.
48 int "stack size for sensing subsystem runtime thread"
52 This is the stack size for sensing subsystem runtime thread
56 int "priority for sensing subsystem runtime thread"
60 This is the thread priority for sensor subsystem runtime thread
83 This is the thread priority for sensing subsystem dispatch thread
/Zephyr-latest/doc/services/sensing/
Dindex.rst3 Sensing Subsystem
13 Sensing Subsystem is a high level sensor framework inside the OS user
17 Key concepts in Sensing Subsystem include physical sensor and virtual sensor objects,
24 The sensing subsystem relies on Zephyr sensor device APIs (existing version or update in future)
27 Use of the sensing subsystem is optional. Applications that only need to access simple sensors
30 Since the sensing subsystem is separated from device driver layer or
37 The sensing subsystem is decoupled with any sensor expose/transfer
45 Sensing subsystem can help build a unified Zephyr sensing architecture for
48 The diagram below illustrates how the Sensing Subsystem integrates with up-layer frameworks.
57 * Reusable and configurable standalone subsystem.
[all …]
/Zephyr-latest/doc/services/llext/
Dconfig.rst4 The following Kconfig options are available for the LLEXT subsystem:
11 The LLEXT subsystem needs a static heap to be allocated for extension related
29 The LLEXT subsystem supports loading different types of extensions; the type
35 subsystem. A single compiler invocation is used to generate the object
41 object type for the LLEXT subsystem. These object files are generated
47 subsystem. The standard linking process is used to generate the shared
59 The LLEXT subsystem loading mechanism, by default, uses a seek/read abstraction
63 LLEXT subsystem to optimize memory footprint in this case.
94 When an extension is loaded, the LLEXT subsystem must find the address of all
/Zephyr-latest/tests/bluetooth/df/common/src/
Dbt_common.c21 /* Initialize bluetooth subsystem */ in ut_bt_setup()
23 zassert_equal(err, 0, "Bluetooth subsystem initialization failed"); in ut_bt_setup()
33 zassert_equal(err, 0, "Bluetooth subsystem de-initialization failed"); in ut_bt_teardown()
/Zephyr-latest/tests/subsys/sd/sdio/
DREADME.txt1 SDIO Subsystem Test
4 This test is designed to verify the SD subsystem stack implementation for SDIO
11 test the initialization flow of the SDIO subsystem to verify that the stack
/Zephyr-latest/doc/connectivity/networking/api/
Dieee802154.rst46 Gives an introduction and overview over the whole IEEE 802.15.4 subsystem and
57 This is the main subsystem-specific API of interest to IEEE 802.15.4
58 **application developers** as it allows to configure the IEEE 802.15.4 subsystem
61 Zephyr's generic subsystem-independent documentation. Look out for
85 therefore of interest to IEEE 802.15.4 **subsystem contributors** only.
94 API is of interest to OpenThread L2 **subsystem contributors** only.
96 The OpenThread API is part of the :ref:`thread_protocol_interface` subsystem and
/Zephyr-latest/subsys/input/
DKconfig7 Include input subsystem and drivers in the system config.
16 int "Input subsystem and drivers init priority"
19 Input subsystem and drivers initialization priority.
81 Enable the input shell, for interacting with the input subsystem
/Zephyr-latest/dts/bindings/sensor/
Dzephyr,sensing.yaml5 description: Sensing Subsystem
9 # To add sensor subsystem related common feature
Dzephyr,sensing-hinge-angle.yaml5 description: Sensing subsystem hinge angle sensor bindings.
9 # Common sensor subsystem sensor properties.
/Zephyr-latest/subsys/canbus/
DKconfig1 # CAN bus subsystem configuration options
6 menu "Controller Area Network (CAN) bus subsystem"
/Zephyr-latest/subsys/sensing/sensor/phy_3d_sensor/
DKconfig5 bool "sensing subsystem physical 3d sensors(accel, gyro, mag)"
9 Enable sensing subsystem physical 3d sensors(accel, gyro, mag).
/Zephyr-latest/dts/bindings/dma/
Dxilinx,eth-dma.yaml6 generated in use with the AXI Ethernet subsystem.
10 # this is the compatible generated by Vitis for the AXI Ethernet subsystem
/Zephyr-latest/drivers/disk/
DKconfig.mmc20 bool "MMC access via SD subsystem"
25 Enable MMC access via SD subsystem.
/Zephyr-latest/include/zephyr/timing/
Dtiming.h42 * @brief Initialize the timing subsystem on SoC.
44 * Perform the necessary steps to initialize the timing subsystem.
53 * Signal to the timing subsystem that timing information
63 * Signal to the timing subsystem that timing information
158 * @brief Initialize the timing subsystem.
160 * Perform the necessary steps to initialize the timing subsystem.
169 * Signal to the timing subsystem that timing information
179 * Signal to the timing subsystem that timing information
270 * @brief Initialize the timing subsystem.
272 * Perform the necessary steps to initialize the timing subsystem.
[all …]
/Zephyr-latest/samples/bluetooth/hci_ipc/
DREADME.rst5 Expose a Bluetooth controller to another device or CPU using the IPC subsystem.
11 to another device or CPU using IPC subsystem.
16 * A board with IPC subsystem and Bluetooth LE support
/Zephyr-latest/samples/subsys/sip_svc/
DREADME.rst4 Use the SiP SVC subsystem to interact with the Secure Device Manager on Intel Agilex SoC FPGA.
9 This sample demonstrates the usage of SiP SVC subsystem.This sample
16 * SiP SVC subsystem relies on the firmware running in EL3 layer to be in compatible
17 with protocol defined inside the SiP SVC subsystem used by the project.
/Zephyr-latest/include/zephyr/sd/
Dsd.h9 * @brief Public API for SD subsystem
24 * @brief card status. Used internally by subsystem.
33 * @brief card type. Used internally by subsystem.
59 * This structure is used by the subsystem to track an individual SD
84 /* NOTE: The buffer is accessed as a uint32_t* by the SD subsystem, so must be
96 * Initializes an SD device to use with the subsystem. After this call,
/Zephyr-latest/subsys/mgmt/ec_host_cmd/
DKconfig6 menu "Host command handler subsystem"
9 bool "Support Embedded Controller host command handler subsystem"
89 bool "Initialize the host command subsystem automacitlly"
92 Automatically initialize the host command subsystem with the chosen backend.
/Zephyr-latest/subsys/secure_storage/
DKconfig5 bool "Secure storage subsystem"
9 The secure storage subsystem provides an implementation of the PSA Secure Storage API
16 the device-specific security features that are available and used, the subsystem may
19 guarantee of the subsystem.
/Zephyr-latest/subsys/settings/
DKconfig7 The settings subsystem allows its users to serialize and
40 Storage back-end to be used by the settings subsystem.
92 int "Number of flash areas used by the settings subsystem"
100 hex "FCB magic for the settings subsystem"
/Zephyr-latest/include/zephyr/sensing/
Dsensing.h12 * @defgroup sensing_api Sensing Subsystem API
25 * @brief Sensing Subsystem API
86 * @brief Sensing subsystem sensor state.
95 * @brief Sensing subsystem sensor config attribute
110 * @brief Define Sensing subsystem sensor handle
154 * @brief Sensing subsystem event callback list
164 * @brief Sensing subsystem sensor configure, including interval, sensitivity, latency
253 * @brief Set current config items to Sensing subsystem.
265 * @brief Get current config items from Sensing subsystem.
/Zephyr-latest/tests/subsys/settings_commit_prio/
DREADME.rst3 Settings Subsystem commit priority Test
9 This test is used to test the Settings Subsystem commit priority.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_win.rst8 Windows 10 WSL (Windows Subsystem for Linux)
21 #. `Install the Windows Subsystem for Linux (WSL)`_.
35 .. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl…

12345678910>>...22