Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 131) sorted by relevance

123456

/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst50 Timed fetch got 0
55 Timed fetch got 0
56 Timed fetch got stale data
57 Timed fetch got stale data
58 Timed fetch got stale data
63 Timed fetch got 0
68 Timed fetch got 0
73 Timed fetch got 0
78 Timed fetch got 0
83 Timed fetch got 0
[all …]
/Zephyr-latest/drivers/sensor/ams/tsl2591/
DKconfig14 bool "Wait for valid sensor reading before fetch"
17 during a fetch call if necessary.
23 potentially saturated after a data fetch.
/Zephyr-latest/samples/net/sockets/http_server/src/static_web_resources/
Dmain.js9 const response = await fetch("/uptime");
27 const response = await fetch("/led", {method : "POST", body : payload});
/Zephyr-latest/scripts/west_commands/fetchers/
Dhttp.py17 def fetch(self, url, path): member in HTTPFetcher
Dcore.py22 def fetch(self, url: str, path: Path): member in ZephyrBlobFetcher
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst1 .. _sensor-fetch-and-get:
14 These functions work together. The fetch APIs block the calling context which
23 It should be noted that calling fetch and get from multiple contexts without
31 Using fetch and get sensor can be read in a polling manner from software threads.
Dread_and_decode.rst14 Benefits over :ref:`sensor-fetch-and-get`
19 that have been run into with :ref:`sensor-fetch-and-get`.
48 Additionally, other shortcomings of :ref:`sensor-fetch-and-get` related to memory
52 * Triggers can be setup to automatically fetch data. Potentially
Dindex.rst31 two ways. A stable and long-lived API :ref:`sensor-fetch-and-get`, or a newer
33 in the near future :ref:`sensor-fetch-and-get` will be deprecated in favor of
35 :ref:`sensor-fetch-and-get` or :ref:`sensor-read-and-decode` and the
/Zephyr-latest/drivers/sensor/microchip/mcp970x/
Dmcp970x.c39 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
95 .sample_fetch = fetch,
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh134 {-f,--fetch}'[fetch strategy]:fetch strategy:(always smart)'
135 {-o,--fetch-opt}'[fetch options]:fetch options:'
136 {-n,--narrow}'[narrow fetch]'
322 'fetch[fetch binary blobs]'
/Zephyr-latest/drivers/sensor/current_amp/
Dcurrent_amp.c24 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
75 .sample_fetch = fetch,
/Zephyr-latest/submanifests/
Dexample.yaml.sample11 # If you want to fetch a particular commit rather than the main
/Zephyr-latest/scripts/west_commands/
Dblobs.py119 inst.fetch(url, path)
144 def fetch(self, args): member in Blobs
/Zephyr-latest/drivers/sensor/voltage_divider/
Dvoltage.c30 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
91 .sample_fetch = fetch,
/Zephyr-latest/modules/hal_infineon/cat1cm0p/
DCMakeLists.txt36 message(WARNING "Can't find CM0+ binaries, please execute: \'west blobs fetch hal_infineon\' ")
/Zephyr-latest/drivers/serial/
DKconfig.altera22 Before enabling this, please try to optimise the ISR to fetch the receive data faster.
/Zephyr-latest/boards/st/nucleo_wb05kz/doc/
Dindex.rst68 you first need to fetch the Bluetooth controller library into Zephyr as a binary BLOB.
70 To fetch binary BLOBs:
74 west blobs fetch hal_stm32
/Zephyr-latest/boards/st/nucleo_wb09ke/doc/
Dindex.rst68 you first need to fetch the Bluetooth controller library into Zephyr as a binary BLOB.
70 To fetch binary BLOBs:
74 west blobs fetch hal_stm32
/Zephyr-latest/subsys/sensing/
DKconfig63 dispatch thread priority to ensure dispatch thread could fetch data as
66 loading with no sleep, then dispatch thread has no change to fetch
/Zephyr-latest/boards/nxp/frdm_rw612/doc/
Dindex.rst87 west blobs fetch hal_nxp
153 BLE functionality requires to fetch binary blobs, so make sure to follow
163 Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
/Zephyr-latest/samples/sensor/max6675/
DREADME.rst41 temperature fetch will fail if the K-thermocouple is not connected. This is
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/
Dindex.rst69 cy8cproto_063_ble board requires fetch binary files
72 To fetch Binary Blobs:
76 west blobs fetch hal_infineon
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js64 fetch(url)
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake30 # Therefore we first fetch VAR_NAME and TYPE, and afterwards extract
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/
Dindex.rst68 The CY8CKIT-062S2-AI board requires fetch binary files (e.g CM0+ prebuilt images).
70 To fetch Binary Blobs:
74 west blobs fetch hal_infineon

123456