Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h89 uart_rtxb_cb_f trx_callbacks[2]; member
DNHW_UART.c228 uart_rtxb_cb_f prev = u_el->trx_callbacks[(int) Rx_NotTx]; in nhw_uarte_register_rx_cb()
229 u_el->trx_callbacks[(int) Rx_NotTx] = cb; in nhw_uarte_register_rx_cb()
532 if (u_el->trx_callbacks[1]) { in nhw_UARTE_digest_Rx_byte()
533 u_el->trx_callbacks[1](inst, &byte); in nhw_UARTE_digest_Rx_byte()
877 if (u_el->trx_callbacks[0]) { in nhw_UARTE_Tx_byte()
878 u_el->trx_callbacks[0](inst, &data); in nhw_UARTE_Tx_byte()