Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/
Dget_metadata_split.sh13 # 2. Client fetches its local metadata.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dsht4x.h36 * @brief Fetches data using the on-chip heater.
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst5 Use the CoAP library to implement a client that fetches a resource.
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DREADME.rst14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
/Zephyr-latest/arch/arm64/core/cortex_r/
DKconfig36 policy allows instruction fetches by privileged code, forcing
/Zephyr-latest/include/zephyr/fs/
Dfcb.h233 * If loc->fe_sector is set and loc->fe_elem_off is not 0 function fetches next
235 * If loc->fe_sector is NULL function fetches the oldest entry location within
236 * FCB storage. loc->fe_sector is set and loc->fe_elem_off is 0 function fetches
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/src/
Dmain.c28 /* Timer handler: fetches sensor data and appends it to the chart */
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst109 #. Inspects the project's ``revision`` field in the manifest, and fetches
119 To avoid unnecessary fetches, ``west update`` will not fetch project
129 if the project is tracking a branch), ``west update`` always fetches,
Drelease-notes.rst365 fetches for project revisions which are `lightweight tags`_ (it already
Dmanifest.rst310 not a reference. West fetches references, such as refs/heads/main or
2094 ``west update`` also fetches project data from the remote fetch URL and updates
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig29 Peak Acceleration between two consecutive sample fetches.
/Zephyr-latest/arch/xtensa/core/
Dmmu.c74 * asm block. Also note that instruction fetches are memory accesses
109 * instruction fetches this produces a critical ordering constraint:
DREADME_MMU.txt59 memory fetch vs. e.g. the 2-5 fetches required to walk a page table on
137 the data TLB, such that instruction fetches always find their TLB
/Zephyr-latest/arch/arm/core/mpu/
DKconfig41 policy allows instruction fetches by privileged code, forcing
/Zephyr-latest/arch/riscv/
DKconfig.isa112 memory and instruction fetches on the same hart.
/Zephyr-latest/tests/kernel/mem_protect/protection/src/
Dmain.c43 /* Flush preceding data writes and instruction fetches. */
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml124 descriptor fetches as soon as the number of descriptors in the
136 descriptor fetches as soon as the number of descriptors in the
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dilm.c28 * fetches from the memory range 0x8021532..0x8022532 will be redirected to physical addresses
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.h88 * Fetches the superblock. Initializes structure fields.
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst74 The ``west blobs`` command only fetches and stores the binary blobs themselves.
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst122 The ``west update`` command fetches and keeps :ref:`modules` in the
/Zephyr-latest/doc/build/dts/
Dhowtos.rst117 :c:macro:`DEVICE_DT_GET_ANY`. This idiom fetches the device pointer at
/Zephyr-latest/doc/hardware/porting/
Darch.rst148 the real interrupt vector table, which then fetches the device's ISR and
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1091 # Close the top-level Kconfig file. __self__ fetches the 'file' object
2209 self._readline.__self__.close() # __self__ fetches the 'file' object
2213 # Fetches and tokenizes the next line from the current Kconfig file.
2299 # Fetches the symbol 'name' from the symbol table, creating and
/Zephyr-latest/include/zephyr/
Dkernel.h4800 * This routine fetches basic attributes of message queue into attr argument.