Searched refs:Tx_log_file (Results 1 – 2 of 2) sorted by relevance
86 FILE *Tx_log_file; member
183 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()