Home
last modified time | relevance | path

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

/nrf_hw_models-latest/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_backend_pty.c60 } upty_st[NHW_UARTE_TOTAL_INST];
68 char *uart_names[NHW_UARTE_TOTAL_INST] = NHW_UARTE_NAMES; in nhw_upty_init()
70 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_upty_init()
163 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_upty_update_timer()
198 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_upty_timer_triggered()
210 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_upty_cleanup()
238 static bs_args_struct_t args[OPT_PER_UART*NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_upty_backend_register_cmdline()
246 static char options[NHW_UARTE_TOTAL_INST][OPT_PER_UART][OPTION_LEN]; in nhw_upty_backend_register_cmdline()
249 for (int i = 0 ; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_upty_backend_register_cmdline()
DNHW_UART_private.h39 NRF_UART_Type *UART_regs[NHW_UARTE_TOTAL_INST];
41 NRF_UARTE_Type *UARTE_regs[NHW_UARTE_TOTAL_INST];
DNHW_UART_backend_fifo.c108 struct ufifo_st_t ufifo_st[NHW_UARTE_TOTAL_INST];
125 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_init()
277 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_update_timer()
531 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_timer_triggered()
553 static bs_args_struct_t args2[2*NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_ufifo_backend_register_cmdline()
559 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_ufifo_backend_register_cmdline()
562 for (int i = 0 ; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_register_cmdline()
610 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_post_cmdline()
680 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_ufifo_backend_cleanup()
DNHW_UART.c102 static struct uarte_status nhw_uarte_st[NHW_UARTE_TOTAL_INST];
103 NRF_UARTE_Type NRF_UARTE_regs[NHW_UARTE_TOTAL_INST];
105 NRF_UART_Type *NRF_UART_regs[NHW_UARTE_TOTAL_INST];
136 static uint nhw_UARTE_dppi_map[NHW_UARTE_TOTAL_INST] = NHW_UARTE_DPPI_MAP; in nhw_uarte_init()
146 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_init()
197 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_cleanup()
252 for (int i = 0; i < NHW_UARTE_TOTAL_INST; i++) { in nhw_uarte_update_timer()
586 …static bool uart_int_line[NHW_UARTE_TOTAL_INST]; /* Is the UART currently driving its interrupt li… in nhw_UARTE_eval_interrupt()
588 static struct nhw_irq_mapping nhw_uart_irq_map[NHW_UARTE_TOTAL_INST] = NHW_UARTE_INT_MAP; in nhw_UARTE_eval_interrupt()
997 for (int inst = 0; inst < NHW_UARTE_TOTAL_INST; inst++) { in nhw_uart_timer_triggered()
[all …]
DNHW_config.h193 #define NHW_UARTE_TOTAL_INST 2 macro
494 #define NHW_UARTE_TOTAL_INST 5 macro
857 #define NHW_UARTE_TOTAL_INST 5 macro