Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c314 typedef int (*xcpt_t)(int irq, void *context); typedef
315 extern int hal_irq_attach(int irq, xcpt_t isr);
1954 extern int irq_attach(int irq, xcpt_t isr);
1958 irq_attach(intr_num, (xcpt_t) isr); in MsOS_CPU_AttachInterrupt()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c305 typedef int (*xcpt_t)(int irq, void *context); typedef
306 extern int hal_irq_attach(int irq, xcpt_t isr);
1801 extern int irq_attach(int irq, xcpt_t isr);