Definition in file prot_wuart.h.
Go to the source code of this file.
Data Structures | |
struct | prot_wuart_header_t |
Defines | |
#define | FCF_ACK_FRAME (2) |
#define | FCF_ACK_REQ (_BV(5)) |
#define | FCF_DATA_FRAME (1) |
#define | FCF_DST_ADDR_01 (_BV(11)) |
#define | FCF_SRC_ADDR_01 (_BV(15)) |
#define | PROT_FCF_ACK (FCF_ACK_FRAME) |
#define | PROT_FCF_DATA (FCTL_DATA | FCTL_DST_SHORT) |
#define | PROT_WUART_HEADER_SIZE (sizeof(prot_wuart_header_t)) |
#define | PROT_WUART_PAYLD_SIZE (118) |