Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_53_FICR.c30 static NRF_FICR_NET_Type NRF_FICR_NET_regs; variable
32 void *NRF_FICR_regs_p[] = {(void*)&NRF_FICR_APP_regs, (void*)&NRF_FICR_NET_regs};
36 memset(&NRF_FICR_NET_regs, 0xFF, sizeof(NRF_FICR_NET_regs)); in nhw_53_ficr_init()
46 NRF_FICR_NET_regs.INFO.DEVICEID[0] = NRF_FICR_APP_regs.INFO.DEVICEID[0]; in nhw_53_ficr_init()
47 NRF_FICR_NET_regs.INFO.DEVICEID[1] = NRF_FICR_APP_regs.INFO.DEVICEID[1]; in nhw_53_ficr_init()
48 NRF_FICR_NET_regs.INFO.PART = 0x5340; in nhw_53_ficr_init()
49 NRF_FICR_NET_regs.INFO.FLASH = 0x100; /*256 KB*/ in nhw_53_ficr_init()
50 NRF_FICR_NET_regs.INFO.CODEPAGESIZE = 0x800; in nhw_53_ficr_init()
51 NRF_FICR_NET_regs.INFO.CODESIZE = 128; in nhw_53_ficr_init()
52 NRF_FICR_NET_regs.INFO.DEVICETYPE = 0; in nhw_53_ficr_init()
[all …]