Searched refs:nAddress (Results 1 – 1 of 1) sorted by relevance
26 uint32_t i,nCount,nValue,nAddress,nChecksum; in SystemInit() local44 nAddress = *(__IO uint32_t *)(NVR_REGINFOCOUNT1+8+i*12); in SystemInit()46 nChecksum = nAddress + nValue; in SystemInit()50 nAddress = *(__IO uint32_t *)(NVR_REGINFOCOUNT1+NVR_REGINFOBAKOFFSET+8+i*12); in SystemInit()52 nChecksum = nAddress + nValue; in SystemInit()59 if((nAddress>=0x40014800) && (nAddress<=0x40015000)) in SystemInit()61 RTC_WriteRegisters(nAddress, &nValue, 1); in SystemInit()65 *(__IO uint32_t *)(nAddress) = nValue; in SystemInit()
Completed in 4 milliseconds