oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Functions
console.h File Reference
#include "ove/types.h"
#include "ove_config.h"
Include dependency graph for console.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int ove_console_init (void)
 Initialise the system console hardware.
 
int ove_console_getchar (void)
 Read one character from the console.
 
void ove_console_putchar (int c)
 Write one character to the console.
 
void ove_console_write (const char *buf, unsigned int len)
 Write a raw byte buffer to the console.