[][src]Function openthread_sys::otPlatDebugUart_putchar_raw

pub unsafe extern "C" fn otPlatDebugUart_putchar_raw(c: c_int)

Platform specific write single byte to Debug Uart This should not perform CR/LF mapping.

This function MUST be implemented by the platform

@param[in] c what to transmit