Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Source/
A Dsystem_target.c26 uint32_t i,nCount,nValue,nAddress,nChecksum; in SystemInit() local
45 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