mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/: add timeout_ms argument to atrf_rx
This commit is contained in:
@@ -60,7 +60,8 @@ int atrf_interrupt_wait(struct atrf_dsc *dsc, int timeout_ms);
|
||||
/* HardMAC operations */
|
||||
|
||||
void atrf_rx_mode(struct atrf_dsc *dsc, int on);
|
||||
int atrf_rx(struct atrf_dsc *dsc, void *buf, int size, uint8_t *lqi);
|
||||
int atrf_rx(struct atrf_dsc *dsc, void *buf, int size, int timeout_ms,
|
||||
uint8_t *lqi);
|
||||
void atrf_tx(struct atrf_dsc *dsc, const void *buf, int size);
|
||||
|
||||
#endif /* !ATRF_H */
|
||||
|
||||
Reference in New Issue
Block a user