Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nxp/nxp_tempmon/
Dnxp_tempmon.c27 uint16_t temp_cnt; member
49 data->temp_cnt = (cfg->base->TEMPSENSE0 & TEMPMON_TEMPSENSE0_TEMP_CNT_MASK) >> in nxp_tempmon_sample_fetch()
68 temp = (float)data->hot_temp - ((float)data->temp_cnt - (float)data->hot_cnt) * in nxp_tempmon_channel_get()
105 .temp_cnt = 0,