ADF7030-1 Device Drivers API Reference Manual  Alpha 0.0.1
Device Drivers for ADF7030-1 Transceiver
MEM_DESCRIPTOR_Type Struct Reference

#include <adf7030-1__mem.h>

Collaboration diagram for MEM_DESCRIPTOR_Type:
[legend]

Data Fields

BLOCK_XFER_DESCRIPTOR_Type BlockXfer
 pointer to the initial value of the shadow memory bloc in the host memory space
 
uint8_t ByteMode
 size of the memory bloc
 
char Name [16]
 
void * pBuff
 address of the memory bloc in the PHY memory space
 
void * pBuffRef
 pointer to the start of the shadow memory bloc in the host memory space
 
uint32_t PhyAddr
 0->Block, 1->Random SPI transfer mode
 
MEM_DESCRIPTOR_TypepNextBloc
 descriptor for random access
 
RANDOM_XFER_DESCRIPTOR_Type RandXfer
 descriptor for block access
 
uint16_t Size
 String with name of memory bloc.
 
uint8_t XferMode
 0->8bits, 1->32bits SPI transfert mode, 2->8bits Only, 3->32bits only
 

Detailed Description

Generic Type to describes the Radio PHY shadow memory structures. The application layer is responsible for allocating buffer.

Definition at line 58 of file adf7030-1__mem.h.