support ASM encryption module
This commit is contained in:
parent
5012757673
commit
4d6562a0bc
6 changed files with 333 additions and 1 deletions
|
@ -86,6 +86,9 @@ void irq(void)
|
|||
cal_isr();
|
||||
}
|
||||
}
|
||||
if(bit_is_set(pending, INT_NUM_ASM)) {
|
||||
if(asm_isr != 0) { asm_isr(); }
|
||||
}
|
||||
|
||||
*INTFRC = 0; /* stop forcing interrupts */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue