![]() |
nrfxlib API 3.3.99
|
#include "nrf_802154_const.h"#include "nrf_802154_utils_byteorder.h"#include "nrf_802154_frame.h"#include <stdbool.h>#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| static void | nrf_802154_frame_parser_data_clear (nrf_802154_frame_t *p_frame) |
| Module that contains frame parsing utilities for the 802.15.4 radio driver. | |
| bool | nrf_802154_frame_parser_data_init (uint8_t *p_frame, uint8_t valid_data_len, nrf_802154_frame_parser_level_t requested_parse_level, nrf_802154_frame_t *p_parser_data) |
| Initializes the frame parse data and parses the frame. | |
| bool | nrf_802154_frame_parser_valid_data_extend (nrf_802154_frame_t *p_parser_data, uint8_t valid_data_len, nrf_802154_frame_parser_level_t requested_parse_level) |
| Extends the valid data and parses the frame. | |