Home
last modified time | relevance | path

Searched refs:putchar (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/platform/ext/common/
Duart_stdout.c80 int putchar(int ch) in putchar() function
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.h81 #define PUTCHAR putchar
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/utilities/
Dfsl_shell.c270 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_WriteBuffer()
1059 (void)putchar(buffer[index]); in SHELL_Write()
1104 (void)putchar(shellContextHandle->printBuffer[index]); in SHELL_Printf()