rftest-rx is done for now. it prints out each received packet with a

timestamp and toggles the green led.
This commit is contained in:
Mariano Alvira 2009-04-13 15:54:10 -04:00
parent b8a7dd0c9e
commit 1cc946b53a
3 changed files with 133 additions and 69 deletions

View file

@ -397,6 +397,9 @@ typedef union maca_maskirq_reg_tag
uint32_t Reg;
} maca_maskirq_reg_t;
#define _is_action_complete_interrupt(x) (0 != (maca_irq_acpl & x))
#define _is_filter_failed_interrupt(x) (0 != (maca_irq_flt & x))
#define SMAC_MACA_CNTL_INIT_STATE ( control_prm | control_nofc | control_mode_non_slotted )
#define MACA_WRITE(reg, src) (reg = src)