nros platform-cffi
Canonical C ABI for porting the nros platform abstraction
Loading...
Searching...
No Matches
platform_zephyr.h
Go to the documentation of this file.
1#ifndef NROS_PLATFORM_ZEPHYR_H
2#define NROS_PLATFORM_ZEPHYR_H
3
4#include <stdint.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
32int32_t nros_platform_zephyr_wait_network(int timeout_ms);
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* NROS_PLATFORM_ZEPHYR_H */
int32_t nros_platform_zephyr_wait_network(int timeout_ms)
Block until the default Zephyr network interface is operational.