/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/dts/bindings/bluetooth/ |
D | infineon,cyw208xx-hci.yaml | 10 cyw920829 requires fetch binary files of Bluetooth controller firmware. 11 To fetch Binary Blobs: west blobs fetch hal_infineon
|
D | infineon,cyw43xxx-bt-hci.yaml | 42 NOTE3: CYW43xxx requires fetch binary files of BT controller. To fetch binary blobs: 43 west blobs fetch hal_infineon
|
/Zephyr-latest/samples/sensor/bq274xx/src/ |
D | main.c | 38 printk("Unable to fetch the voltage\n"); in do_main() 54 printk("Unable to fetch the Average current\n"); in do_main() 70 printk("Unable to fetch Standby Current\n"); in do_main() 87 printk("Unable to fetch Max Load Current\n"); in do_main() 105 printk("Unable to fetch State of Charge\n"); in do_main() 122 printk("Failed to fetch State of Health\n"); in do_main() 139 printk("Unable to fetch Avg Power\n"); in do_main() 155 printk("Failed to fetch Full Charge Capacity\n"); in do_main() 173 printk("Unable to fetch Remaining Charge Capacity\n"); in do_main() 191 printk("Failed to fetch Gauge Temp\n"); in do_main()
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 1 .. _sensor-fetch-and-get: 3 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 | 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 68 Implementing Fetch and Get
|
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
|
/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/subsys/fs/ext2/ |
D | ext2_diskops.h | 14 /** @brief Fetch superblock into buffer in fs structure. 22 * @brief Fetch inode into given buffer. 34 * @brief Fetch block into buffer in the inode structure. 37 * @param block Number of inode block to fetch (0 - first block in that inode) 45 * @brief Fetch block group into buffer in fs structure. 58 * @brief Fetch one block of inode table into internal buffer 64 * @param block Number of inode table block to fetch (relative to start of the inode table) 72 * @brief Fetch inode bitmap into internal buffer 84 * @brief Fetch block bitmap into internal buffer
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | core.py | 22 def fetch(self, url: str, path: Path): member in ZephyrBlobFetcher 23 ''' Fetch a blob and store it '''
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 87 printk("Triggered fetch got %d\n", rc); in trigger_handler() 89 printk("Triggered fetch got stale data\n"); in trigger_handler() 91 printk("Triggered fetch failed: %d\n", rc); in trigger_handler() 103 printk("Timed fetch got %d\n", rc); in do_main() 105 printk("Timed fetch got stale data\n"); in do_main() 107 printk("Timed fetch failed: %d\n", rc); in do_main()
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | ccs811.h | 47 /** @brief Information collected from the sensor on each fetch. */ 61 /** Sensor status at completion of most recent fetch. */ 65 * Sensor error flags at completion of most recent fetch. 99 * @brief Fetch operating mode and version information. 111 * @brief Fetch the current value of the BASELINE register.
|
/Zephyr-latest/tests/boards/nrf/qdec/src/ |
D | main.c | 113 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in qenc_emulate_verify_reading() 132 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in qenc_emulate_verify_reading() 226 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 229 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 315 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 327 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 362 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 372 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 414 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() 441 zassert_true(rc == 0, "Failed to fetch sample (%d)", rc); in ZTEST() [all …]
|
/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}); 42 /* Fetch the uptime once per second */
|
/Zephyr-latest/tests/drivers/sensor/temp_sensor/src/ |
D | main.c | 27 zassert_ok(rc, "Cannot fetch chan sample: %d.", rc); in ZTEST() 126 /* Try to fetch a sample to check if the sensor is ready to work. in before() 137 zassert_false(cnt >= 3, "Cannot fetch a sample: %d.", rc); in before() 141 zassert_ok(rc, "Cannot fetch a sample: %d.", rc); in before()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 161 Fetch DNS servers from ESP chip with AT+CIPDNS? command and apply that 170 bool "Fetch and log ESP-AT firmware version" 174 Fetch information about ESP-AT firmware version. This includes AT
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/src/ |
D | main.c | 59 printf("Failed to fetch sample from SHT4X device\n"); in main() 80 printf("Failed to fetch sample from SHT4X device\n"); in main() 101 printf("Failed to fetch sample from SGP40 device.\n"); in main()
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | periphs.c | 24 printk("Failed to fetch sample for device %s\n", in get_hdc1010_val() 45 printk("Failed to fetch sample for device %s\n", in get_mma8652_val() 61 printk("Failed to fetch sample for device %s\n", in get_apds9960_val()
|
/Zephyr-latest/samples/sensor/die_temp_polling/src/ |
D | main.c | 24 /* fetch sensor samples */ in print_die_temperature() 27 printk("Failed to fetch sample (%d)\n", rc); in print_die_temperature()
|
/Zephyr-latest/samples/sensor/soc_voltage/src/ |
D | main.c | 24 /* fetch sensor samples */ in print_voltage() 27 printk("Failed to fetch sample (%d)\n", rc); in print_voltage()
|
/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/drivers/sensor/st/lis3mdl/ |
D | lis3mdl.c | 71 /* fetch magnetometer sample */ in lis3mdl_sample_fetch() 74 LOG_DBG("Failed to fetch magnetometer sample."); in lis3mdl_sample_fetch() 81 * burst read to fetch the temperature sample in lis3mdl_sample_fetch() 85 LOG_DBG("Failed to fetch temperature sample."); in lis3mdl_sample_fetch()
|
/Zephyr-latest/arch/xtensa/core/ |
D | fatal.c | 32 return "instr fetch error"; in xtensa_exccause() 58 return "instr fetch privilege"; in xtensa_exccause() 60 return "inst fetch prohibited"; in xtensa_exccause()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_rtio.c | 41 LOG_ERR("Failed to fetch xyz samples"); in adxl367_submit_fetch() 50 LOG_ERR("Failed to fetch temp samples"); in adxl367_submit_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]'
|