Home
last modified time | relevance | path

Searched refs:NRF_UICR_regs_p (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-latest/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h106 extern NRF_UICR_Type *NRF_UICR_regs_p[];
107 #define NRF_UICR_BASE (NRF_UICR_regs_p[0])
124 extern NRF_UICR_Type *NRF_UICR_regs_p[];
126 #define NRF_UICR_NS_BASE (NRF_UICR_regs_p[NHW_UICR_NET0])
239 extern NRF_UICR_Type *NRF_UICR_regs_p[];
241 #define NRF_UICR_S_BASE (NRF_UICR_regs_p[NHW_UICR_APP0])
540 extern NRF_UICR_Type *NRF_UICR_regs_p[];
542 #define NRF_UICR_S_BASE (NRF_UICR_regs_p[0])
/nrf_hw_models-latest/src/HW_models/
DNHW_misc.c164 {(void *)(NRF_UICR_regs_p[NHW_UICR_APP0]) ,0x00FF8000UL}, in nhw_convert_periph_base_addr()
304 {(void *)(NRF_UICR_regs_p[NHW_UICR_NET0]) ,0x01FF8000UL}, in nhw_convert_periph_base_addr()
DNHW_RRAMC.c78 NRF_UICR_Type *NRF_UICR_regs_p[NHW_RRAMC_UICR_TOTAL_INST]; variable
134 NRF_UICR_regs_p[inst] = (NRF_UICR_Type *)this->uicr_st.storage; in nhw_RRAMC_uicr_init()
DNHW_NVMC.c85 NRF_UICR_Type *NRF_UICR_regs_p[NHW_NVMC_UICR_TOTAL_INST]; variable
164 NRF_UICR_regs_p[inst] = (NRF_UICR_Type *)this->uicr_st.storage; in nhw_nvmc_uicr_init()