|
Contiki-Inga 3.x
|
802.15.4 frame creation and parsing functions More...
#include <iom1284.h>#include <stdlib.h>#include <string.h>#include <stdint.h>#include <stdbool.h>#include "at86rf230_registermap.h"#include "radio.h"#include "frame.h"#include "zmac.h"#include "process.h"#include "sicslowmac.h"Go to the source code of this file.
Functions | |
| void | frame_tx_create (frame_create_params_t *p, frame_result_t *frame_result) |
| Creates a frame for transmission over the air. More... | |
| void | rx_frame_parse (hal_rx_frame_t *rx_frame, parsed_frame_t *pf) |
| Parses an input frame. More... | |
802.15.4 frame creation and parsing functions
This file converts to and from a structure to a packed 802.15.4 frame.
Definition in file frame.c.
1.8.3.1