Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_config.h162 #define NHW_TEMP_FBITS 2 /* fractional bits => 0.25C resolution */ macro
422 #define NHW_TEMP_FBITS 2 /* fractional bits => 0.25C resolution */ macro
736 #define NHW_TEMP_FBITS 2 /* fractional bits => 0.25C resolution */ macro
DNHW_TEMP.c178 NRF_TEMP_regs.TEMP = temperature*(1 << NHW_TEMP_FBITS) + bs_random_uniformRi(-1,1); in NHW_SIDEEFFECTS_EVENTS()