Home
last modified time | relevance | path

Searched refs:tx_byte_f (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_if.h25 tx_byte_ft tx_byte_f; /* Note this is called at the beginning of the byte frame*/ member
DNHW_UART_be_loopb.c40 st.tx_byte_f = nhw_ublb_tx_byte; in nhw_ublb_init()
DNHW_UART.c189 if (u_el->backend.tx_byte_f != NULL) { in nhw_UARTE_backend_register()
757 if (u_el->backend.tx_byte_f) { in nhw_UARTE_Tx_byte()
758 u_el->backend.tx_byte_f(inst, data); in nhw_UARTE_Tx_byte()
DNHW_UART_backend_fifo.c141 st.tx_byte_f = nhw_ufifo_tx_byte; in nhw_ufifo_backend_init()