Home
last modified time | relevance | path

Searched refs:NHW_AARCCMECB_TOTAL_INST (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c98 union NRF_AARCCM_Type NRF_AARCCM_regs[NHW_AARCCMECB_TOTAL_INST];
100 NRF_AAR_Type *NRF_AAR_regs[NHW_AARCCMECB_TOTAL_INST];
101 NRF_CCM_Type *NRF_CCM_regs[NHW_AARCCMECB_TOTAL_INST];
102 NRF_ECB_Type NRF_ECB_regs[NHW_AARCCMECB_TOTAL_INST];
125 static struct aar_status nhw_aar_st[NHW_AARCCMECB_TOTAL_INST];
126 static struct ccm_status nhw_ccm_st[NHW_AARCCMECB_TOTAL_INST];
127 static struct ecb_status nhw_ecb_st[NHW_AARCCMECB_TOTAL_INST];
132 static uint nhw_AARCCMECB_dppi_map[NHW_AARCCMECB_TOTAL_INST] = NHW_AARCCMECB_DPPI_MAP;
144 uint clockMHz[NHW_AARCCMECB_TOTAL_INST] = NHW_AARCCMECB_CLOCK; in nhw_AARCCMECB_init()
146 for (int i = 0; i < NHW_AARCCMECB_TOTAL_INST; i++) { in nhw_AARCCMECB_init()
[all …]
DNHW_config.h541 #define NHW_AARCCMECB_TOTAL_INST 1 macro