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

Data Fields

union {
   struct {
      uint8_t   CMD_READY: 1
 
      uint8_t   EXT_IRQ_STATUS: 1
 
      uint8_t   FW_STATUS: 4
 
      uint8_t   MEM_ACC_STATUS: 1
 
      uint8_t   SPIS_READY: 1
 
   } 
 
   uint8_t   VALUE
 
}; 
 

Detailed Description

Definition at line 66 of file adf7030-1__spi.h.

Field Documentation

uint8_t CMD_READY

Instantaneous value of the indicator to the host that no posted (to the SPI Slave) radio controller command is currently awaiting servicing by the firmware radio state machine running on the Cortex-M0.

Definition at line 76 of file adf7030-1__spi.h.

Referenced by adf7030_1__XferCmd().

uint8_t EXT_IRQ_STATUS

Instantaneous value of the commoned-up (bitwise OR of the) external interrupt outputs from the ADF7030, made available in this format to the host for use in pin-limited systems.

Definition at line 80 of file adf7030-1__spi.h.

uint8_t FW_STATUS

Instantaneous value of the firmware status of the radio controller state machine.

Definition at line 74 of file adf7030-1__spi.h.

Referenced by adf7030_1__XferCmd().

uint8_t MEM_ACC_STATUS

Instantaneous value of an AHB read data underflow condition for memory reads. The same bit doubles up as an AHB bus error indicator for memory writes.

Definition at line 71 of file adf7030-1__spi.h.

uint8_t SPIS_READY

Instantaneous value of the confirmation to the external host that the HCLK clock domain in the ADF7030 has power, is out of reset and has a running clock.

Definition at line 83 of file adf7030-1__spi.h.

uint8_t VALUE

SPI Slave Status

Definition at line 68 of file adf7030-1__spi.h.

Referenced by adf7030_1__XferCmd().