Searched refs:NRF_ECB_regs (Results 1 – 5 of 5) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_AES_ECB.c | 36 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()
|
D | NHW_54_AAR_CCM_ECB.c | 102 NRF_ECB_Type NRF_ECB_regs[NHW_AARCCMECB_TOTAL_INST]; variable 118 NRF_ECB_Type *NRF_ECB_regs; member 143 memset(&NRF_ECB_regs, 0, sizeof(NRF_ECB_regs)); in nhw_AARCCMECB_init() 166 nhw_ecb_st[i].NRF_ECB_regs = &NRF_ECB_regs[i]; in nhw_AARCCMECB_init() 240 NHW_CHECK_INTERRUPT(ECB, NRF_ECB_regs[inst]., END, INTEN) in nhw_ECB_eval_interrupt() 241 NHW_CHECK_INTERRUPT(ECB, NRF_ECB_regs[inst]., ERROR, INTEN) in nhw_ECB_eval_interrupt() 725 NHW_SIDEEFFECTS_INTSET(ECB, NRF_ECB_regs[inst]., nhw_ecb_st[inst].INTEN) 726 NHW_SIDEEFFECTS_INTCLR(ECB, NRF_ECB_regs[inst]., nhw_ecb_st[inst].INTEN) 728 static NHW_SIGNAL_EVENT(ECB, NRF_ECB_regs[inst]. , END) 729 static NHW_SIGNAL_EVENT(ECB, NRF_ECB_regs[inst]. , ERROR) [all …]
|
D | NHW_misc.c | 75 extern NRF_ECB_Type NRF_ECB_regs; in nhw_convert_periph_base_addr() 317 {(void *)(&NRF_ECB_regs) ,0x4100D000UL}, in nhw_convert_periph_base_addr()
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_54_ecb.c | 14 int i = ( (int)p_reg - (int)NRF_ECB_regs ) / sizeof(NRF_ECB_Type); in ecb_inst_from_ptr()
|
/nrf_hw_models-latest/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 43 extern NRF_ECB_Type NRF_ECB_regs; 45 #define NRF_ECB_BASE (&NRF_ECB_regs) 157 extern NRF_ECB_Type NRF_ECB_regs; 158 #define NRF_ECB_NS_BASE (&NRF_ECB_regs) 571 extern NRF_ECB_Type NRF_ECB_regs[]; 581 #define NRF_ECB00_NS_BASE (&NRF_ECB_regs[NHW_AARCCMECB_00]) 583 #define NRF_ECB00_S_BASE (&NRF_ECB_regs[NHW_AARCCMECB_00])
|