Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART.c130 static void nhw_UART_Tx_queue_byte(uint inst, struct uarte_status *u_el, uint16_t byte);
777 nhw_UART_Tx_queue_byte(inst, u_el, data); in nHW_UARTE_Tx_DMA_byte()
908 static void nhw_UART_Tx_queue_byte(uint inst, struct uarte_status *u_el, uint16_t byte) in nhw_UART_Tx_queue_byte() function
1175 nhw_UART_Tx_queue_byte(inst, u_el, NRF_UART_regs[inst]->TXD); in nhw_UARTE_regw_sideeffects_TXD()