Home
last modified time | relevance | path

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

12345678910>>...12

/Zephyr-Core-3.5.0/samples/sensor/ccs811/
DREADME.rst49 Timed fetch got 0
54 Timed fetch got 0
55 Timed fetch got stale data
56 Timed fetch got stale data
57 Timed fetch got stale data
62 Timed fetch got 0
67 Timed fetch got 0
72 Timed fetch got 0
77 Timed fetch got 0
82 Timed fetch got 0
[all …]
/Zephyr-Core-3.5.0/samples/sensor/bq274xx/src/
Dmain.c38 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-Core-3.5.0/subsys/fs/ext2/
Dext2_diskops.h14 /** @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-Core-3.5.0/scripts/west_commands/fetchers/
Dcore.py22 def fetch(self, url: str, path: Path): member in ZephyrBlobFetcher
23 ''' Fetch a blob and store it '''
Dhttp.py17 def fetch(self, url, path): member in HTTPFetcher
/Zephyr-Core-3.5.0/samples/sensor/ccs811/src/
Dmain.c87 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-Core-3.5.0/include/zephyr/drivers/sensor/
Dccs811.h47 /** @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-Core-3.5.0/dts/bindings/bluetooth/
Dinfineon,cyw43xxx-bt-hci.yaml39 NOTE3: CYW43xxx requires fetch binary files of BT controller. To fetch binary blobs:
40 west blobs fetch hal_infineon
/Zephyr-Core-3.5.0/samples/sensor/sgp40_sht4x/src/
Dmain.c59 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-Core-3.5.0/drivers/wifi/esp_at/
DKconfig.esp_at160 Fetch DNS servers from ESP chip with AT+CIPDNS? command and apply that
164 bool "Fetch and log ESP-AT firmware version"
168 Fetch information about ESP-AT firmware version. This includes AT
/Zephyr-Core-3.5.0/scripts/west_commands/completion/
Dwest-completion.zsh126 {-f,--fetch}'[fetch strategy]:fetch strategy:(always smart)'
127 {-o,--fetch-opt}'[fetch options]:fetch options:'
128 {-n,--narrow}'[narrow fetch]'
313 'fetch[fetch binary blobs]'
Dwest-completion.fish229 …est -n "__zephyr_west_seen_subcommand_from update" -o f -l fetch -ra "always smart" -d "fetch stra…
230 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o o -l fetch-opt -d "fetch options"
231 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o n -l narrow -d "narrow fetch"
369 …blobs; and not __fish_seen_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\…
370 …hyr_west_seen_subcommand_from blobs; and __fish_seen_subcommand_from list fetch clean" -ra "(__zep…
371 …phyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from fetch clean" -o f -l for…
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/
Dperiphs.c25 printk("Failed to fetch sample for device %s\n", in get_hdc1010_val()
46 printk("Failed to fetch sample for device %s\n", in get_mma8652_val()
62 printk("Failed to fetch sample for device %s\n", in get_apds9960_val()
/Zephyr-Core-3.5.0/arch/xtensa/core/
Dfatal.c45 return "instr fetch error"; in z_xtensa_exccause()
71 return "instr fetch privilege"; in z_xtensa_exccause()
73 return "inst fetch prohibited"; in z_xtensa_exccause()
/Zephyr-Core-3.5.0/drivers/sensor/lis3mdl/
Dlis3mdl.c71 /* 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-Core-3.5.0/samples/sensor/soc_voltage/src/
Dmain.c24 /* fetch sensor samples */ in print_voltage()
27 printk("Failed to fetch sample (%d)\n", rc); in print_voltage()
/Zephyr-Core-3.5.0/samples/sensor/die_temp_polling/src/
Dmain.c24 /* fetch sensor samples */ in print_die_temperature()
27 printk("Failed to fetch sample (%d)\n", rc); in print_die_temperature()
/Zephyr-Core-3.5.0/tests/drivers/sensor/sbs_gauge/src/
Dtest_sbs_gauge.c26 zassert_ok(sensor_sample_fetch_chan(dev, channel), "Sample fetch failed"); in test_get_sensor_value()
30 /* Helper for verifying a sensor channel fetch is not supported */
/Zephyr-Core-3.5.0/drivers/sensor/icm42688/
Dicm42688_rtio.c69 /* Check that the fetch succeeded */ in icm42688_submit()
71 LOG_ERR("Failed to fetch samples"); in icm42688_submit()
/Zephyr-Core-3.5.0/tests/drivers/sensor/generic/src/
Dmain.c74 * fetch sample and get the values of each channel individually.
90 * -# Fetch the sample of dummy senor and check the result.
114 /* test fetch single channel */ in ZTEST()
116 RETURN_SUCCESS, "fail to fetch sample"); in ZTEST()
125 /* test fetch all channel */ in ZTEST()
127 "fail to fetch sample"); in ZTEST()
203 "fail to fetch sample"); in ZTEST()
/Zephyr-Core-3.5.0/scripts/west_commands/
Dblobs.py67 choices=['list', 'fetch', 'clean'],
112 inst.fetch(url, path)
114 def fetch(self, args): member in Blobs
/Zephyr-Core-3.5.0/samples/sensor/th02/src/
Dmain.c50 /* fetch sensor samples */ in main()
53 printk("Failed to fetch sample for device TH02 (%d)\n", rc); in main()
/Zephyr-Core-3.5.0/submanifests/
Dexample.yaml.sample11 # If you want to fetch a particular commit rather than the main
/Zephyr-Core-3.5.0/boards/arm/mimxrt1010_evk/
Dinit.c13 * will fetch more data than each AHB burst requires to meet alignment in SystemInitHook()
/Zephyr-Core-3.5.0/doc/develop/west/
Dbuilt-in.rst119 To avoid unnecessary fetches, ``west update`` will not fetch project
121 locally. This is the behavior when the ``-f`` (``--fetch``) option has its
122 default value, ``smart``. To force this command to fetch from project remotes
124 or set the ``update.fetch`` :ref:`configuration option <west-config>` to
130 regardless of ``-f`` and ``update.fetch``.
270 West may fetch all refs from the Git server when given a SHA as a revision.

12345678910>>...12