Searched refs:nValue (Results 1 – 1 of 1) sorted by relevance
26 uint32_t i,nCount,nValue,nAddress,nChecksum; in SystemInit() local45 nValue = *(__IO uint32_t *)(NVR_REGINFOCOUNT1+12+i*12); in SystemInit()46 nChecksum = nAddress + nValue; in SystemInit()51 nValue = *(__IO uint32_t *)(NVR_REGINFOCOUNT1+NVR_REGINFOBAKOFFSET+12+i*12); in SystemInit()52 nChecksum = nAddress + nValue; in SystemInit()61 RTC_WriteRegisters(nAddress, &nValue, 1); in SystemInit()65 *(__IO uint32_t *)(nAddress) = nValue; in SystemInit()
Completed in 8 milliseconds