Entry in syscall table. More...
Data Fields | |
| uint8_t | id |
| Syscall ID. | |
| Syscall_Handler_t | handler |
| Address of handler function. | |
Entry in syscall table.
This entry pairs syscall number with syscall handler function.
| Syscall_Handler_t Syscall_Entry_t::handler |
Address of handler function.
| uint8_t Syscall_Entry_t::id |
Syscall ID.
Cortex-M supports 255 syscalls.