GNU Radio 3.3.0 C++ API
|
#include "fx2regs.h"
Go to the source code of this file.
Defines | |
#define | USRP_PA IOA |
#define | USRP_PA_OE OEA |
#define | bmPA_S_CLK bmBIT0 |
#define | bmPA_S_DATA_TO_PERIPH bmBIT1 |
#define | bmPA_S_DATA_FROM_PERIPH bmBIT2 |
#define | bmPA_SEN_FPGA bmBIT3 |
#define | bmPA_SEN_CODEC_A bmBIT4 |
#define | bmPA_SEN_CODEC_B bmBIT5 |
#define | bmPA_RX_OVERRUN bmBIT6 |
#define | bmPA_TX_UNDERRUN bmBIT7 |
#define | bmPORT_A_OUTPUTS |
#define | bmPORT_A_INITIAL (bmPA_SEN_FPGA | bmPA_SEN_CODEC_A | bmPA_SEN_CODEC_B) |
#define | USRP_PC IOC |
#define | USRP_PC_OE OEC |
#define | USRP_ALTERA_CONFIG USRP_PC |
#define | bmPC_nRESET bmBIT0 |
#define | bmALTERA_DATA0 bmBIT1 |
#define | bmALTERA_NCONFIG bmBIT2 |
#define | bmALTERA_DCLK bmBIT3 |
#define | bmALTERA_CONF_DONE bmBIT4 |
#define | bmALTERA_NSTATUS bmBIT5 |
#define | bmPC_LED0 bmBIT6 |
#define | bmPC_LED1 bmBIT7 |
#define | bmALTERA_BITS |
#define | bmPORT_C_OUTPUTS |
#define | bmPORT_C_INITIAL (bmPC_LED0 | bmPC_LED1) |
#define | USRP_LED_REG USRP_PC |
#define | bmLED0 bmPC_LED0 |
#define | bmLED1 bmPC_LED1 |
#define | USRP_PE IOE |
#define | USRP_PE_OE OEE |
#define | bmPE_PE0 bmBIT0 |
#define | bmPE_PE1 bmBIT1 |
#define | bmPE_PE2 bmBIT2 |
#define | bmPE_FPGA_CLR_STATUS bmBIT3 |
#define | bmPE_SEN_TX_A bmBIT4 |
#define | bmPE_SEN_RX_A bmBIT5 |
#define | bmPE_SEN_TX_B bmBIT6 |
#define | bmPE_SEN_RX_B bmBIT7 |
#define | bmPORT_E_OUTPUTS |
#define | bmPORT_E_INITIAL |
#define | bmFPGA_HAS_SPACE bmBIT0 |
#define | bmFPGA_PKT_AVAIL bmBIT1 |
Variables | |
sbit at | bitS_CLK |
sbit at | bitS_OUT |
sbit at | bitS_IN |
sbit at | bitALTERA_DATA0 |
sbit at | bitALTERA_DCLK |
#define bmALTERA_BITS |
(bmALTERA_DATA0 \ | bmALTERA_NCONFIG \ | bmALTERA_DCLK \ | bmALTERA_CONF_DONE \ | bmALTERA_NSTATUS)
#define bmALTERA_CONF_DONE bmBIT4 |
#define bmALTERA_DATA0 bmBIT1 |
#define bmALTERA_DCLK bmBIT3 |
#define bmALTERA_NCONFIG bmBIT2 |
#define bmALTERA_NSTATUS bmBIT5 |
#define bmFPGA_HAS_SPACE bmBIT0 |
#define bmFPGA_PKT_AVAIL bmBIT1 |
#define bmLED0 bmPC_LED0 |
#define bmLED1 bmPC_LED1 |
#define bmPA_RX_OVERRUN bmBIT6 |
#define bmPA_S_CLK bmBIT0 |
#define bmPA_S_DATA_FROM_PERIPH bmBIT2 |
#define bmPA_S_DATA_TO_PERIPH bmBIT1 |
#define bmPA_SEN_CODEC_A bmBIT4 |
#define bmPA_SEN_CODEC_B bmBIT5 |
#define bmPA_SEN_FPGA bmBIT3 |
#define bmPA_TX_UNDERRUN bmBIT7 |
#define bmPC_LED0 bmBIT6 |
#define bmPC_LED1 bmBIT7 |
#define bmPC_nRESET bmBIT0 |
#define bmPE_FPGA_CLR_STATUS bmBIT3 |
#define bmPE_PE0 bmBIT0 |
#define bmPE_PE1 bmBIT1 |
#define bmPE_PE2 bmBIT2 |
#define bmPE_SEN_RX_A bmBIT5 |
#define bmPE_SEN_RX_B bmBIT7 |
#define bmPE_SEN_TX_A bmBIT4 |
#define bmPE_SEN_TX_B bmBIT6 |
#define bmPORT_A_INITIAL (bmPA_SEN_FPGA | bmPA_SEN_CODEC_A | bmPA_SEN_CODEC_B) |
#define bmPORT_A_OUTPUTS |
(bmPA_S_CLK \ | bmPA_S_DATA_TO_PERIPH \ | bmPA_SEN_FPGA \ | bmPA_SEN_CODEC_A \ | bmPA_SEN_CODEC_B \ )
#define bmPORT_C_INITIAL (bmPC_LED0 | bmPC_LED1) |
#define bmPORT_C_OUTPUTS |
(bmPC_nRESET \ | bmALTERA_DATA0 \ | bmALTERA_NCONFIG \ | bmALTERA_DCLK \ | bmPC_LED0 \ | bmPC_LED1 \ )
#define bmPORT_E_INITIAL |
(bmPE_SEN_TX_A \ | bmPE_SEN_RX_A \ | bmPE_SEN_TX_B \ | bmPE_SEN_RX_B \ )
#define bmPORT_E_OUTPUTS |
(bmPE_FPGA_CLR_STATUS \ | bmPE_SEN_TX_A \ | bmPE_SEN_RX_A \ | bmPE_SEN_TX_B \ | bmPE_SEN_RX_B \ )
#define USRP_ALTERA_CONFIG USRP_PC |
#define USRP_LED_REG USRP_PC |
#define USRP_PA IOA |
#define USRP_PA_OE OEA |
#define USRP_PC IOC |
#define USRP_PC_OE OEC |
#define USRP_PE IOE |
#define USRP_PE_OE OEE |
sbit at bitALTERA_DATA0 |
sbit at bitALTERA_DCLK |
sbit at bitS_CLK |
sbit at bitS_IN |
sbit at bitS_OUT |