Home
last modified time | relevance | path

Searched refs:sx126x_is_busy (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/lora/
Dsx126x_common.h60 bool sx126x_is_busy(struct sx126x_data *dev_data);
Dsx126x_standalone.c31 bool sx126x_is_busy(struct sx126x_data *dev_data) in sx126x_is_busy() function
Dsx126x_stm32wl.c32 bool sx126x_is_busy(struct sx126x_data *dev_data) in sx126x_is_busy() function
Dsx126x.c367 while (sx126x_is_busy(&dev_data)) { in SX126xWaitOnBusy()