Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_UART.c469 static bool nhw_UARTE_process_Rx_byte(uint inst, struct uarte_status *u_el, uint16_t *byte) { in nhw_UARTE_process_Rx_byte()
503 void nhw_UARTE_digest_Rx_byte(uint inst, uint16_t byte) { in nhw_UARTE_digest_Rx_byte()
744 static uint16_t nhw_UART_prep_Tx_data(uint inst, struct uarte_status *u_el, uint16_t byte) { in nhw_UART_prep_Tx_data()
908 static void nhw_UART_Tx_queue_byte(uint inst, struct uarte_status *u_el, uint16_t byte) in nhw_UART_Tx_queue_byte()
DNHW_UART_backend_pty.c174 unsigned char byte; in nhw_upty_check_for_input() local
DNHW_UART_backend_fifo.c463 char byte = ((struct ufifo_msg_tx *)buf)->data; in uf_Rx_handle_old_input() local