Searched full:accessing (Results 1 – 25 of 143) sorted by relevance
123456
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mctl | 50 bool "Support for accessing objects on remote player" 56 This options enables support for accessing objects (tracks, groups,
|
/Zephyr-latest/include/zephyr/net/ |
D | openthread.h | 165 * @brief Lock internal mutex before accessing OT API. 167 * @details OpenThread API is not thread-safe, therefore before accessing any 176 * @brief Try to lock internal mutex before accessing OT API. 189 * @brief Unlock internal mutex after accessing OT API.
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.mmio32 | 7 This is a driver for accessing a simple, fixed purpose, 32-bit
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 147 ensure the Host code is configured to use for accessing ACPI response 164 result. Please ensure the Host code is configured to use for accessing 176 accessing these package data. Also, ensure the port number selected
|
/Zephyr-latest/include/zephyr/arch/arc/ |
D | tool-compat.h | 13 * GNU toolchain and MWDT (Metware) toolchain have different style for accessing
|
/Zephyr-latest/soc/arm/mps3/ |
D | soc.c | 12 /* Setup GPIO drivers for accessing FPGAIO registers */
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.cadence_qspi_nor | 33 accessing QSPI.
|
/Zephyr-latest/soc/st/stm32/common/ |
D | pm_debug_swj.c | 37 * to avoid potential conflicts with devices accessing SWJ-DG pins for
|
/Zephyr-latest/dts/bindings/fs/ |
D | zephyr,fstab-common.yaml | 48 Use disk-access for accessing storage media.
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power_down.S | 69 * LoadStoreTLBMissCause exception occurs when accessing hardware 73 * InstrPIFDataErrorCause) when accessing the IPC register after
|
/Zephyr-latest/doc/services/debugging/ |
D | symtab.rst | 19 achieved by directly accessing the members of the data structure.
|
/Zephyr-latest/kernel/ |
D | errno.c | 11 * Allow accessing the errno for the current thread without involving the
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gpio.h | 862 * @retval -EIO I/O error when accessing an external GPIO chip. 969 * @retval -EIO I/O error when accessing an external GPIO chip. 1067 * @retval -EIO I/O error when accessing an external GPIO chip. 1103 * @retval -EIO I/O error when accessing an external GPIO chip. 1148 * @retval -EIO I/O error when accessing an external GPIO chip. 1196 * @retval -EIO I/O error when accessing an external GPIO chip. 1256 * @retval -EIO I/O error when accessing an external GPIO chip. 1289 * @retval -EIO I/O error when accessing an external GPIO chip. 1321 * @retval -EIO I/O error when accessing an external GPIO chip. 1360 * @retval -EIO I/O error when accessing an external GPIO chip. [all …]
|
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_mmio32.h | 38 * Create a device object for accessing a simple 32-bit i/o register using the
|
/Zephyr-latest/soc/arm/mps2/ |
D | soc.c | 15 /* Setup GPIO drivers for accessing FPGAIO registers */
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 10 decouples the applications from directly accessing an individual file system's
|
/Zephyr-latest/tests/subsys/fs/littlefs/src/ |
D | testfs_lfs.c | 70 TC_PRINT("Error accessing flash area %u [%d]\n", in testfs_lfs_wipe_partition()
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 95 When enabled, accessing STMESP registers will stall if write cannot be
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | common.c | 47 TC_PRINT("Error accessing flash area %u [%d]\n", in wipe_partition()
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 15 bool "Disable data cache while accessing Scatter-Gather Descriptors."
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 24 accessing each ones through the Disk Access API :zephyr_file:`drivers/disk/nvme/nvme_disk.c`.
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.h | 87 * @param tcp_access Helper variable for accessing TCP header
|
D | udp_internal.h | 81 * @param udp_access Helper variable for accessing UDP header
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | soc.c | 98 * accessing secure memory. Change DMASEC to secure. in nordicsemi_nrf92_init()
|
/Zephyr-latest/arch/x86/core/ |
D | multiboot.c | 46 * manually map it before accessing. in z_multiboot_init()
|
123456