Home
last modified time | relevance | path

Searched refs:SYS_SYSTEM (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/semihost/
Dsys_system.c42 return (int)sys_semihost2(SYS_SYSTEM, (uintptr_t)command, strlen(command)); in sys_semihost_system()
Dsemihost-private.h58 #define SYS_SYSTEM (0x12) macro