MCPcopy Create free account
hub / github.com/SmingHub/Sming / terminate

Method terminate

Sming/Arch/Host/Components/driver/uart_server.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void CUart::terminate()
208{
209 join();
210 host_debug_i("UART%u server destroyed", uart_nr);
211}
212
213void CUart::onNotify(smg_uart_t* uart, smg_uart_notify_code_t code)
214{

Callers 2

destroyKeyboardThreadFunction · 0.45
shutdownFunction · 0.45

Calls 1

postMethod · 0.45

Tested by

no test coverage detected