Searched refs:TEMP (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-3.6.0/src/HW_models/ |
D | NHW_TEMP.c | 130 NHW_CHECK_INTERRUPT_si(TEMP, DATARDY, TEMP_INTEN) in nhw_TEMP_eval_interrupt() 137 NHW_SIDEEFFECTS_INTSET_si(TEMP, NRF_TEMP_regs., TEMP_INTEN) 138 NHW_SIDEEFFECTS_INTCLR_si(TEMP, NRF_TEMP_regs., TEMP_INTEN) 140 NHW_SIDEEFFECTS_EVENTS(TEMP) in NHW_SIDEEFFECTS_EVENTS() argument 142 NHW_SIDEEFFECTS_TASKS_si(TEMP, START) in NHW_SIDEEFFECTS_EVENTS() 143 NHW_SIDEEFFECTS_TASKS_si(TEMP, STOP) in NHW_SIDEEFFECTS_EVENTS() 146 NHW_SIDEEFFECTS_SUBSCRIBE_si(TEMP, START) in NHW_SIDEEFFECTS_EVENTS() 147 NHW_SIDEEFFECTS_SUBSCRIBE_si(TEMP, STOP) in NHW_SIDEEFFECTS_EVENTS() 150 static NHW_SIGNAL_EVENT_si(TEMP, DATARDY) in NHW_SIDEEFFECTS_EVENTS() 157 NRF_TEMP_regs.TEMP = temperature*(1 << NHW_TEMP_FBITS) + bs_random_uniformRi(-1,1); in NHW_SIDEEFFECTS_EVENTS()
|
D | NRF5340_peri_types.h | 4988 …__IM int32_t TEMP; /*!< (@ 0x00000508) Temperature in degC (0.25deg ste… member
|
/nrf_hw_models-3.6.0/src/nrfx/drivers/ |
D | nrfx_common.c | 47 } else if (IS_PERIPHERAL_REG(p_reg, TEMP,,)) { in nrfx_get_irq_number() 113 } else if (IS_PERIPHERAL_REG(p_reg, TEMP,, _NS)) { in nrfx_get_irq_number()
|
/nrf_hw_models-3.6.0/docs/ |
D | README_impl_status.md | 53 | **TEMP** | Temperature sensor | ✔ | ✔ | See [NHW_TEMP.c](../src/HW_models/NHW_TEMP.…
|