Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/irtc/
Dfsl_irtc.c721 uint16_t temp2 = base->TAMPER_QUEUE; in IRTC_ReadTamperQueue() local
737 tamperTimestamp->second = (uint8_t)temp2 & 0x3FU; in IRTC_ReadTamperQueue()
739 tamperTimestamp->minute = (uint8_t)(temp2 >> 6U) & 0x3FU; in IRTC_ReadTamperQueue()
741 tamperNum = (uint8_t)(temp2 >> 12U) & 0x7U; in IRTC_ReadTamperQueue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi.c210 uint8_t temp2 = *(dataReg + 0x01U); in SPIFI_ReadDataHalfword() local
212 val = temp1 | ((uint16_t)temp2) << 8U; in SPIFI_ReadDataHalfword()