stdio_deinit_all() function
Deinitialize all of the present standard stdio types that are linked into the binary. This method currently only supports stdio_uart and stdio_semihosting
Syntax
bool stdio_deinit_all(void);
Return value
true if all outputs was successfully deinitialized, false otherwise. \see stdio_uart, stdio_usb, stdio_semihosting, stdio_rtt