Searched refs:NHW_CLKPWR_APP0 (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_misc.c | 177 {(void *)(NRF_CLOCK_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 178 {(void *)(NRF_POWER_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 179 {(void *)(NRF_RESET_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 180 {(void *)(NRF_CLOCK_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr() 181 {(void *)(NRF_POWER_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr() 182 {(void *)(NRF_RESET_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr()
|
D | NHW_config.h | 240 #define NHW_CLKPWR_APP0 0 macro
|
/nrf_hw_models-latest/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 269 #define NRF_CLOCK_NS_BASE (NRF_CLOCK_regs[NHW_CLKPWR_APP0]) 272 #define NRF_POWER_NS_BASE (NRF_POWER_regs[NHW_CLKPWR_APP0]) 275 #define NRF_RESET_NS_BASE (NRF_RESET_regs[NHW_CLKPWR_APP0]) 277 #define NRF_CLOCK_S_BASE (NRF_CLOCK_regs[NHW_CLKPWR_APP0]) 279 #define NRF_POWER_S_BASE (NRF_POWER_regs[NHW_CLKPWR_APP0]) 281 #define NRF_RESET_S_BASE (NRF_RESET_regs[NHW_CLKPWR_APP0])
|