Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/kinetis/k8x/
Dsoc.c98 uint32_t temp_reg; in soc_early_init_hook() local
111 temp_reg = SYSMPU->CESR; in soc_early_init_hook()
112 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in soc_early_init_hook()
113 temp_reg |= SYSMPU_CESR_SPERR_MASK; in soc_early_init_hook()
114 SYSMPU->CESR = temp_reg; in soc_early_init_hook()
/Zephyr-latest/soc/nxp/kinetis/k6x/
Dsoc.c132 uint32_t temp_reg; in soc_early_init_hook() local
150 temp_reg = SYSMPU->CESR; in soc_early_init_hook()
151 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in soc_early_init_hook()
152 temp_reg |= SYSMPU_CESR_SPERR_MASK; in soc_early_init_hook()
153 SYSMPU->CESR = temp_reg; in soc_early_init_hook()
/Zephyr-latest/drivers/sensor/microchip/tcn75a/
Dtcn75a.c19 uint8_t temp_reg = TCN75A_TEMP_REG; in tcn75a_sample_fetch() local
37 ret = i2c_write_read_dt(&config->i2c_spec, &temp_reg, sizeof(temp_reg), in tcn75a_sample_fetch()
/Zephyr-latest/soc/nxp/kinetis/ke1xf/
Dsoc.c244 uint32_t temp_reg; in soc_early_init_hook() local
254 temp_reg = SYSMPU->CESR; in soc_early_init_hook()
255 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in soc_early_init_hook()
256 temp_reg |= SYSMPU_CESR_SPERR_MASK; in soc_early_init_hook()
257 SYSMPU->CESR = temp_reg; in soc_early_init_hook()