Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_config.h134 #define NHW_RADIO_N_INT 1 macro
381 #define NHW_RADIO_N_INT 1 macro
703 #define NHW_RADIO_N_INT 2 macro
DNHW_RADIO_signals.c40 static uint32_t RADIO_INTEN[NHW_RADIO_N_INT]; //interrupt enable
50 …static bool radio_int_line[NHW_RADIO_N_INT]; /* Is the RADIO currently driving this interrupt line… in nhw_RADIO_eval_interrupt()
52 static struct nhw_irq_mapping nhw_radio_irq_map[NHW_RADIO_N_INT] = NHW_RADIO_INT_MAP; in nhw_RADIO_eval_interrupt()
69 for (int i = 0; i < NHW_RADIO_N_INT; i ++) { in nhw_RADIO_eval_interrupt()