Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c187 struct ufifo_msg_mode_change msg; in tx_sync_line_params() local
188 msg.header.time = nsi_hws_get_time(); in tx_sync_line_params()
189 msg.header.size = sizeof(msg); in tx_sync_line_params()
190 msg.header.msg_type = ufifo_MODE_CHANGE; in tx_sync_line_params()
191 msg.config = u_el->tx_line_params.config; in tx_sync_line_params()
192 msg.baudrate = u_el->tx_line_params.baud; in tx_sync_line_params()
194 write_to_tx_fifo(u_el, (void *)&msg, sizeof(msg)); in tx_sync_line_params()
195 tx_set_next_tx_timer(u_el, msg.header.time); in tx_sync_line_params()
199 struct ufifo_msg_header msg; in tx_nop() local
200 msg.time = t; in tx_nop()
[all …]
DNHW_GRTC.c437 static void nhw_GRTC_check_syscounter_en(uint inst, const char *msg) { in nhw_GRTC_check_syscounter_en() argument
440 bs_trace_warning_time_line("The RT counter was not started while trying to %s\n", msg); in nhw_GRTC_check_syscounter_en()
444 bs_trace_warning_time_line("MODE.SYSCOUNTER was not enabled while trying to %s\n", msg); in nhw_GRTC_check_syscounter_en()