Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 7 of 7) sorted by relevance

/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/scripts/west_commands/
Dblobs.py144 def fetch(self, args): member in Blobs
/Zephyr-latest/drivers/sensor/current_amp/
Dcurrent_amp.c24 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
/Zephyr-latest/drivers/sensor/microchip/mcp970x/
Dmcp970x.c39 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
/Zephyr-latest/drivers/sensor/voltage_divider/
Dvoltage.c30 static int fetch(const struct device *dev, enum sensor_channel chan) in fetch() function
/Zephyr-latest/include/zephyr/net/
Dcoap.h282 coap_method_t get, post, put, del, fetch, patch, ipatch; member