/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 50 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/ |
D | Kconfig | 14 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/ |
D | main.js | 9 const response = await fetch("/uptime"); 27 const response = await fetch("/led", {method : "POST", body : payload});
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | http.py | 17 def fetch(self, url, path): member in HTTPFetcher
|
D | core.py | 22 def fetch(self, url: str, path: Path): member in ZephyrBlobFetcher
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 1 .. _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.
|
D | read_and_decode.rst | 14 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
|
D | index.rst | 31 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/ |
D | mcp970x.c | 39 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function 95 .sample_fetch = fetch,
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 134 {-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/ |
D | current_amp.c | 24 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function 75 .sample_fetch = fetch,
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 11 # If you want to fetch a particular commit rather than the main
|
/Zephyr-latest/scripts/west_commands/ |
D | blobs.py | 119 inst.fetch(url, path) 144 def fetch(self, args): member in Blobs
|
/Zephyr-latest/drivers/sensor/voltage_divider/ |
D | voltage.c | 30 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function 91 .sample_fetch = fetch,
|
/Zephyr-latest/modules/hal_infineon/cat1cm0p/ |
D | CMakeLists.txt | 36 message(WARNING "Can't find CM0+ binaries, please execute: \'west blobs fetch hal_infineon\' ")
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.altera | 22 Before enabling this, please try to optimise the ISR to fetch the receive data faster.
|
/Zephyr-latest/boards/st/nucleo_wb05kz/doc/ |
D | index.rst | 68 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/ |
D | index.rst | 68 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/ |
D | Kconfig | 63 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/ |
D | index.rst | 87 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/ |
D | README.rst | 41 temperature fetch will fail if the K-thermocouple is not connected. This is
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/ |
D | index.rst | 69 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/ |
D | doxytooltip.js | 64 fetch(url)
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 30 # Therefore we first fetch VAR_NAME and TYPE, and afterwards extract
|
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/ |
D | index.rst | 68 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
|