Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/gdet/
Dfsl_gdet.c141 uint32_t tmp0 = 0; in GDET_ReconfigureVoltageMode() local
151 tmp0 = (((uint32_t)voltage) << GDET_GDET_DLY_CTRL_VOL_SEL_SHIFT); in GDET_ReconfigureVoltageMode()
152 tmp0 |= GDET_GDET_DLY_CTRL_SW_VOL_CTRL_MASK; in GDET_ReconfigureVoltageMode()
153 base->GDET_DLY_CTRL = tmp0; in GDET_ReconfigureVoltageMode()