rflib
Data Fields
rfc_dataEntryPointer_s Struct Reference

#include <rf_data_entry.h>

Data Fields

uint8_t * pNextEntry
 Pointer to next entry in the queue, NULL if this is the last entry. More...
 
uint8_t status
 Indicates status of entry, including whether it is free for the system CPU to write to. More...
 
struct {
   uint8_t   type:2
 Type of data entry structure
0: General data entry
1: Multi-element Rx entry
2: Pointer entry
3: Partial read Rx entry. More...
 
   uint8_t   lenSz:2
 Size of length word in start of each Rx entry element
0: No length indicator
1: One byte length indicator
2: Two bytes length indicator
3: Reserved More...
 
   uint8_t   irqIntv:4
 For partial read Rx entry only: The number of bytes between interrupt generated by the radio CPU (0: 16 bytes) More...
 
config
 
uint16_t length
 For pointer entries: Number of bytes in the data buffer pointed to
For other entries: Number of bytes following this length field. More...
 
uint8_t * pData
 Pointer to data buffer of data to be received ro transmitted. More...
 

Field Documentation

§ pNextEntry

uint8_t* rfc_dataEntryPointer_s::pNextEntry

Pointer to next entry in the queue, NULL if this is the last entry.

§ status

uint8_t rfc_dataEntryPointer_s::status

Indicates status of entry, including whether it is free for the system CPU to write to.

§ type

uint8_t rfc_dataEntryPointer_s::type

Type of data entry structure
0: General data entry
1: Multi-element Rx entry
2: Pointer entry
3: Partial read Rx entry.

§ lenSz

uint8_t rfc_dataEntryPointer_s::lenSz

Size of length word in start of each Rx entry element
0: No length indicator
1: One byte length indicator
2: Two bytes length indicator
3: Reserved

§ irqIntv

uint8_t rfc_dataEntryPointer_s::irqIntv

For partial read Rx entry only: The number of bytes between interrupt generated by the radio CPU (0: 16 bytes)

§ config

struct { ... } rfc_dataEntryPointer_s::config

§ length

uint16_t rfc_dataEntryPointer_s::length

For pointer entries: Number of bytes in the data buffer pointed to
For other entries: Number of bytes following this length field.

§ pData

uint8_t* rfc_dataEntryPointer_s::pData

Pointer to data buffer of data to be received ro transmitted.


The documentation for this struct was generated from the following file:
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale