Up:
API Reference
Top:
API Reference
Next:
File kernel/include/logging.h
Previous:
File kernel/include/ftoa.h
2
File kernel/include/isr.h
2.1
Structures and Types
Type
Name
typedef void(*
isr_t
Represents an ISR.
2.2
Structures and Types Documentation
2.2.1
typedef
isr_t
Represents an ISR.
typedef
void
(*
isr_t
)
(
void
);