Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_be_loopb.c30 } ublb_st[NHW_UARTE_TOTAL_INST];
44 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ublb_init()
60 static bs_args_struct_t args[NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_ublb_register_cmdline()
63 static char options[NHW_UARTE_TOTAL_INST][OPTION_LEN]; in nhw_ublb_register_cmdline()
65 for (int i = 0 ; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ublb_register_cmdline()
82 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ublb_update_timer()
110 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ublb_timer_triggered()
DNHW_UART_private.h35 NRF_UART_Type *UART_regs[NHW_UARTE_TOTAL_INST];
36 NRF_UARTE_Type *UARTE_regs[NHW_UARTE_TOTAL_INST];
DNHW_UART.c90 static struct uarte_status nhw_uarte_st[NHW_UARTE_TOTAL_INST];
91 NRF_UARTE_Type NRF_UARTE_regs[NHW_UARTE_TOTAL_INST];
92 NRF_UART_Type *NRF_UART_regs[NHW_UARTE_TOTAL_INST];
116 static uint nhw_UARTE_dppi_map[NHW_UARTE_TOTAL_INST] = NHW_UARTE_DPPI_MAP; in nhw_uarte_init()
121 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_init()
161 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_cleanup()
202 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_update_timer()
546 …static bool uart_int_line[NHW_UARTE_TOTAL_INST]; /* Is the UART currently driving its interrupt li… in nhw_UARTE_eval_interrupt()
548 static struct nhw_irq_mapping nhw_uart_irq_map[NHW_UARTE_TOTAL_INST] = NHW_UARTE_INT_MAP; in nhw_UARTE_eval_interrupt()
852 for (int inst = 0; inst < NHW_UARTE_TOTAL_INST; inst++) { in nhw_uart_timer_triggered()
[all …]
DNHW_UART_backend_fifo.c102 struct ufifo_st_t ufifo_st[NHW_UARTE_TOTAL_INST];
119 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_init()
271 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_update_timer()
525 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_timer_triggered()
546 static bs_args_struct_t args2[2*NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_ufifo_backend_register_cmdline()
552 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_ufifo_backend_register_cmdline()
555 for (int i = 0 ; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_register_cmdline()
603 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_post_cmdline()
673 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_cleanup()
DNHW_config.h181 #define NHW_UARTE_TOTAL_INST 2 macro
445 #define NHW_UARTE_TOTAL_INST 5 macro