Searched refs:TEMP (Results 1 – 5 of 5) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_TEMP.c | 151 NHW_CHECK_INTERRUPT_si(TEMP, DATARDY, TEMP_INTEN) in nhw_TEMP_eval_interrupt() 158 NHW_SIDEEFFECTS_INTSET_si(TEMP, NRF_TEMP_regs., TEMP_INTEN) 159 NHW_SIDEEFFECTS_INTCLR_si(TEMP, NRF_TEMP_regs., TEMP_INTEN) 161 NHW_SIDEEFFECTS_EVENTS(TEMP) in NHW_SIDEEFFECTS_EVENTS() argument 163 NHW_SIDEEFFECTS_TASKS_si(TEMP, START) in NHW_SIDEEFFECTS_EVENTS() 164 NHW_SIDEEFFECTS_TASKS_si(TEMP, STOP) in NHW_SIDEEFFECTS_EVENTS() 167 NHW_SIDEEFFECTS_SUBSCRIBE_si(TEMP, START) in NHW_SIDEEFFECTS_EVENTS() 168 NHW_SIDEEFFECTS_SUBSCRIBE_si(TEMP, STOP) in NHW_SIDEEFFECTS_EVENTS() 171 static NHW_SIGNAL_EVENT_si(TEMP, DATARDY) in NHW_SIDEEFFECTS_EVENTS() 178 NRF_TEMP_regs.TEMP = temperature*(1 << NHW_TEMP_FBITS) + bs_random_uniformRi(-1,1); in NHW_SIDEEFFECTS_EVENTS()
|
D | NRF5340_peri_types.h | 5438 …__IM int32_t TEMP; /*!< (@ 0x00000508) Temperature in degC (0.25deg ste… member
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_hack.c | 163 } else IF_PER(TEMP, , , temp) 180 } else IF_PER(TEMP, , _NS, temp) 293 } else IF_PER(TEMP, , _S, temp)
|
/nrf_hw_models-latest/src/nrfx/drivers/ |
D | nrfx_common.c | 47 } else if (IS_PERIPHERAL_REG(p_reg, TEMP,,)) { in nrfx_get_irq_number() 116 } else if (IS_PERIPHERAL_REG(p_reg, TEMP,, _NS)) { in nrfx_get_irq_number() 277 } else if (IS_PERIPHERAL_REG(p_reg, TEMP, , _S)) { in nrfx_get_irq_number()
|
/nrf_hw_models-latest/docs/ |
D | README_impl_status.md | 64 | **TEMP** | Temperature sensor | ✔ | &#x…
|