MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / uart_save

Function uart_save

core/uart.c:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478bool uart_save(FILE *image) {
479 return fwrite(&uart, offsetof(uart_state_t, transmit_char), 1, image) == 1;
480}
481
482bool uart_restore(FILE *image) {
483 uart_init_events();

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected