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

Syscall dispatch data structure. More...

Data Fields

long args [6]
 
long retval
 
unsigned char syscall_id
 
enum SyscallOutcome outcome
 
RPC_Method_t dispatch_target
 
long dispatch_args [5]
 

Detailed Description

Syscall dispatch data structure.

Internal structure to dispatch arguments to syscall and return system call return value.

Field Documentation

◆ args

long syscall_dispatch_t::args[6]

◆ dispatch_args

long syscall_dispatch_t::dispatch_args[5]

◆ dispatch_target

RPC_Method_t syscall_dispatch_t::dispatch_target

◆ outcome

enum SyscallOutcome syscall_dispatch_t::outcome

◆ retval

long syscall_dispatch_t::retval

◆ syscall_id

unsigned char syscall_dispatch_t::syscall_id