Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.c181 struct ufifo_msg_mode_change msg; in tx_sync_line_params() local
182 msg.header.time = nsi_hws_get_time(); in tx_sync_line_params()
183 msg.header.size = sizeof(msg); in tx_sync_line_params()
184 msg.header.msg_type = ufifo_MODE_CHANGE; in tx_sync_line_params()
185 msg.config = u_el->tx_line_params.config; in tx_sync_line_params()
186 msg.baudrate = u_el->tx_line_params.baud; in tx_sync_line_params()
188 write_to_tx_fifo(u_el, (void *)&msg, sizeof(msg)); in tx_sync_line_params()
189 tx_set_next_tx_timer(inst, u_el, msg.header.time); in tx_sync_line_params()
193 struct ufifo_msg_header msg; in tx_nop() local
194 msg.time = t; in tx_nop()
[all …]
DNHW_GRTC.c430 static void nhw_GRTC_check_syscounter_en(uint inst, const char *msg) { in nhw_GRTC_check_syscounter_en() argument
432 bs_trace_warning_time_line("The RT counter was not started while trying to %s\n", msg); in nhw_GRTC_check_syscounter_en()
436 bs_trace_warning_time_line("MODE.SYSCOUNTER was not enabled while trying to %s\n", msg); in nhw_GRTC_check_syscounter_en()