Home
last modified time | relevance | path

Searched refs:Rx_log_file (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h87 FILE *Rx_log_file; member
DNHW_UART.c188 u_el->Rx_log_file = bs_fopen(u_el->Rx_log_file_name, "w"); in nhw_uarte_init()
189 fprintf(u_el->Rx_log_file, "time(microsecond),byte\n"); in nhw_uarte_init()
203 if (u_el->Rx_log_file) { in nhw_uarte_cleanup()
204 fclose(u_el->Rx_log_file); in nhw_uarte_cleanup()
205 u_el->Rx_log_file = NULL; in nhw_uarte_cleanup()
528 if (u_el->Rx_log_file) { in nhw_UARTE_digest_Rx_byte()
529 fprintf(u_el->Rx_log_file, "%"PRItime",0x%02X\n", now, byte); in nhw_UARTE_digest_Rx_byte()