Home
last modified time | relevance | path

Searched refs:NRF_ECB_regs (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_AES_ECB.c36 NRF_ECB_Type NRF_ECB_regs; variable
55 memset(&NRF_ECB_regs, 0, sizeof(NRF_ECB_regs)); in nhw_aes_ecb_init()
120 NHW_SIDEEFFECTS_INTSET_si(ECB, NRF_ECB_regs., ECB_INTEN)
121 NHW_SIDEEFFECTS_INTCLR_si(ECB, NRF_ECB_regs., ECB_INTEN)
139 ecbdata_t *ecbptr = (ecbdata_t *)NRF_ECB_regs.ECBDATAPTR; in NHW_SIDEEFFECTS_EVENTS()
DNHW_misc.c51 extern NRF_ECB_Type NRF_ECB_regs; in nhw_convert_periph_base_addr()
293 {(void *)(&NRF_ECB_regs) ,0x4100D000UL}, in nhw_convert_periph_base_addr()
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h43 extern NRF_ECB_Type NRF_ECB_regs;
45 #define NRF_ECB_BASE (&NRF_ECB_regs)
150 extern NRF_ECB_Type NRF_ECB_regs;
151 #define NRF_ECB_NS_BASE (&NRF_ECB_regs)