Searched refs:isr (Results 1 – 2 of 2) sorted by relevance
52 alt_isr_func isr,188 alt_isr_func isr, in _alt_ic_isr_register() argument206 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()
2611 + The tick hook function is now called only within a tick isr. Previously