Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h30 struct uarte_status { struct
31 bs_time_t Rx_TO_timer;
32 bs_time_t Tx_byte_done_timer;
33 bs_time_t frametimeout_timer;
35 uint inst;
36 uint clock_f; /* in MHz */
39 NRF_UART_Type *UART_regs[NHW_UARTE_TOTAL_INST];
41 NRF_UARTE_Type *UARTE_regs[NHW_UARTE_TOTAL_INST];
44 uint dppi_map;
46 struct nhw_subsc_mem *DMA_RX_ENABLEMATCH_subscribed;
[all …]