initial try at init entry execution
This commit is contained in:
parent
99c91d7e3e
commit
424761f23d
5 changed files with 76 additions and 10 deletions
|
@ -397,6 +397,7 @@ 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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue