pub unsafe extern "C" fn otPlatDebugUart_getc() -> c_int
Expand description

Poll/Read a byte from the debug uart

MUST be implemented by the platform

@retval (negative) no data available, see otPlatDebugUart_kbhit() @retval (0x00..0x0ff) data byte value