Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/k8x/
Dsoc.c98 uint32_t temp_reg; in k8x_init() local
111 temp_reg = SYSMPU->CESR; in k8x_init()
112 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in k8x_init()
113 temp_reg |= SYSMPU_CESR_SPERR_MASK; in k8x_init()
114 SYSMPU->CESR = temp_reg; in k8x_init()
/Zephyr-Core-3.5.0/soc/arm/nxp_kinetis/k6x/
Dsoc.c133 uint32_t temp_reg; in k6x_init() local
151 temp_reg = SYSMPU->CESR; in k6x_init()
152 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in k6x_init()
153 temp_reg |= SYSMPU_CESR_SPERR_MASK; in k6x_init()
154 SYSMPU->CESR = temp_reg; in k6x_init()
/Zephyr-Core-3.5.0/drivers/sensor/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-Core-3.5.0/soc/arm/nxp_kinetis/ke1xf/
Dsoc.c244 uint32_t temp_reg; in ke1xf_init() local
254 temp_reg = SYSMPU->CESR; in ke1xf_init()
255 temp_reg &= ~SYSMPU_CESR_VLD_MASK; in ke1xf_init()
256 temp_reg |= SYSMPU_CESR_SPERR_MASK; in ke1xf_init()
257 SYSMPU->CESR = temp_reg; in ke1xf_init()