Home
last modified time | relevance | path

Searched refs:lora_send (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/drivers/lora/send/
DREADME.rst35 [00:00:00.531,000] <inf> lora_send: Data sent!
36 [00:00:01.828,000] <inf> lora_send: Data sent!
37 [00:00:03.125,000] <inf> lora_send: Data sent!
DCMakeLists.txt6 project(lora_send) project
/Zephyr-latest/samples/drivers/lora/send/src/
Dmain.c21 LOG_MODULE_REGISTER(lora_send);
53 ret = lora_send(lora_dev, data, MAX_DATA_LEN); in main()
/Zephyr-latest/include/zephyr/drivers/
Dlora.h221 static inline int lora_send(const struct device *dev, in lora_send() function
/Zephyr-latest/drivers/lora/
Dshell.c242 ret = lora_send(dev, argv[1], strlen(argv[1])); in cmd_lora_send()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst512 * lora_send now blocks until the transmission is complete. lora_send_async