Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TEMP.c39 NRF_TEMP_Type NRF_TEMP_regs; variable
57 memset(&NRF_TEMP_regs, 0, sizeof(NRF_TEMP_regs)); in nhw_temp_init()
59 NRF_TEMP_regs.A0 = 0x00000326; in nhw_temp_init()
60 NRF_TEMP_regs.A1 = 0x00000348; in nhw_temp_init()
61 NRF_TEMP_regs.A2 = 0x000003AA; in nhw_temp_init()
62 NRF_TEMP_regs.A3 = 0x0000040E; in nhw_temp_init()
63 NRF_TEMP_regs.A4 = 0x000004BD; in nhw_temp_init()
64 NRF_TEMP_regs.A5 = 0x000005A3; in nhw_temp_init()
65 NRF_TEMP_regs.B0 = 0x00003FEF; in nhw_temp_init()
66 NRF_TEMP_regs.B1 = 0x00003FBE; in nhw_temp_init()
[all …]
DNHW_misc.c79 extern NRF_TEMP_Type NRF_TEMP_regs; in nhw_convert_periph_base_addr()
321 {(void *)(&NRF_TEMP_regs) ,0x41010000UL}, in nhw_convert_periph_base_addr()
DNRF_PPI.c456 {TEMP_EVENTS_DATARDY, &NRF_TEMP_regs.EVENTS_DATARDY},
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_temp.c28 NRF_TEMP_regs.INTENSET = mask; in nrf_temp_int_enable()
35 NRF_TEMP_regs.INTENCLR = mask; in nrf_temp_int_disable()
/nrf_hw_models-latest/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h33 extern NRF_TEMP_Type NRF_TEMP_regs;
35 #define NRF_TEMP_BASE (&NRF_TEMP_regs)
168 extern NRF_TEMP_Type NRF_TEMP_regs;
170 #define NRF_TEMP_NS_BASE (&NRF_TEMP_regs)
792 extern NRF_TEMP_Type NRF_TEMP_regs;
794 #define NRF_TEMP_NS_BASE (&NRF_TEMP_regs)
796 #define NRF_TEMP_S_BASE (&NRF_TEMP_regs)