Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h86 FILE *Tx_log_file; member
DNHW_UART.c183 u_el->Tx_log_file = bs_fopen(u_el->Tx_log_file_name, "w"); in nhw_uarte_init()
184 fprintf(u_el->Tx_log_file, "time(microsecond),byte\n"); in nhw_uarte_init()
199 if (u_el->Tx_log_file) { in nhw_uarte_cleanup()
200 fclose(u_el->Tx_log_file); in nhw_uarte_cleanup()
201 u_el->Tx_log_file = NULL; in nhw_uarte_cleanup()
883 if (u_el->Tx_log_file) { in nhw_UARTE_Tx_byte()
884 fprintf(u_el->Tx_log_file, "%"PRItime",0x%02X\n", nsi_hws_get_time(), data); in nhw_UARTE_Tx_byte()