Home
last modified time | relevance | path

Searched refs:isr (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/GCC/NiosII/
Dport.c52 alt_isr_func isr,
188 alt_isr_func isr, in _alt_ic_isr_register() argument
206 alt_irq[ id ].handler = isr; in _alt_ic_isr_register()
209 rc = ( isr ) ? alt_ic_irq_enable( ic_id, id ) : alt_ic_irq_disable( ic_id, id ); in _alt_ic_isr_register()
/Kernel-v11.1.0/
DHistory.txt2611 + The tick hook function is now called only within a tick isr. Previously