semihosting_call_noerrno() function
Perform semihosting call See ARM semihosting spec for details. https://static.docs.arm.com/100863/0200/semihosting.pdf
Syntax
static inline long semihosting_call_noerrno(long id,
long *data);
Arguments
id
semihosting call number
data
data block to pass to the host; number of items and their meaning depends on the semihosting call. See the spec for details.
Return value
return value from the host
semihosting_call_noerrno() is called by 2 functions:
![]()
semihosting_call_noerrno()
semihosting_call_noerrno():
![]()
semihosting_call_noerrno()