nros platform-cffi
Canonical C ABI for porting the nros platform abstraction
Loading...
Searching...
No Matches
include
nros
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
7
extern
"C"
{
8
#endif
9
32
int32_t
nros_platform_zephyr_wait_network
(
int
timeout_ms);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
/* NROS_PLATFORM_ZEPHYR_H */
nros_platform_zephyr_wait_network
int32_t nros_platform_zephyr_wait_network(int timeout_ms)
Block until the default Zephyr network interface is operational.
Generated by
1.9.8