C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
Syscall_Entry_t Struct Reference

Entry in syscall table. More...

Data Fields

uint8_t id
 Syscall ID.
 
Syscall_Handler_t handler
 Address of handler function.
 

Detailed Description

Entry in syscall table.

This entry pairs syscall number with syscall handler function.

Field Documentation

◆ handler

Syscall_Handler_t Syscall_Entry_t::handler

Address of handler function.

◆ id

uint8_t Syscall_Entry_t::id

Syscall ID.

Cortex-M supports 255 syscalls.