Searched refs:NHW_CLKPWR_APP0 (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_misc.c | 153 {(void *)(NRF_CLOCK_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 154 {(void *)(NRF_POWER_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 155 {(void *)(NRF_RESET_regs[NHW_CLKPWR_APP0]) ,0x40005000UL}, in nhw_convert_periph_base_addr() 156 {(void *)(NRF_CLOCK_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr() 157 {(void *)(NRF_POWER_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr() 158 {(void *)(NRF_RESET_regs[NHW_CLKPWR_APP0]) ,0x50005000UL}, in nhw_convert_periph_base_addr()
|
D | NHW_config.h | 223 #define NHW_CLKPWR_APP0 0 macro
|
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 260 #define NRF_CLOCK_NS_BASE (NRF_CLOCK_regs[NHW_CLKPWR_APP0]) 263 #define NRF_POWER_NS_BASE (NRF_POWER_regs[NHW_CLKPWR_APP0]) 266 #define NRF_RESET_NS_BASE (NRF_RESET_regs[NHW_CLKPWR_APP0]) 268 #define NRF_CLOCK_S_BASE (NRF_CLOCK_regs[NHW_CLKPWR_APP0]) 270 #define NRF_POWER_S_BASE (NRF_POWER_regs[NHW_CLKPWR_APP0]) 272 #define NRF_RESET_S_BASE (NRF_RESET_regs[NHW_CLKPWR_APP0])
|