Searched defs:fetch (Results  1 – 7 of 7) sorted by relevance
| /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/scripts/west_commands/ | 
| D | blobs.py | 146     def fetch(self, args):  member in 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
  | 
| /Zephyr-latest/drivers/sensor/voltage_divider/ | 
| D | voltage.c | 30 static int fetch(const struct device *dev, enum sensor_channel chan)  in fetch()  function
  | 
| /Zephyr-latest/drivers/sensor/microchip/mcp970x/ | 
| D | mcp970x.c | 39 static int fetch(const struct device *dev, enum sensor_channel chan)  in fetch()  function
  | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | coap.h | 282 	coap_method_t get, post, put, del, fetch, patch, ipatch;  member
  |