Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
ePacket UDP packet format More...
#include <stdint.h>
#include <zephyr/toolchain.h>
#include <zephyr/sys/util.h>
#include <infuse/epacket/interface/common.h>
Go to the source code of this file.
Macros | |
#define | epacket_udp_frame epacket_v0_unversioned_frame_format |
Enumerations | |
enum | epacket_flags_udp { EPACKET_FLAGS_UDP_ALWAYS_RX = BIT(0) } |
UDP specific packet flags. More... | |
Functions | |
void | epacket_udp_flags_set (uint16_t flags) |
Set flags for the UDP interface. | |
ePacket UDP packet format
SPDX-License-Identifier: FSL-1.1-ALv2