Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_ota_ram.c35 u32 BitIdx = 0; in OTA_Change() local
45 for (BitIdx = 0; BitIdx <= 31; BitIdx++) { in OTA_Change()
46 if ((ValidIMG2 & BIT(BitIdx)) != 0) { in OTA_Change()
51 DBG_8195A("BitIdx: %d \n", BitIdx); in OTA_Change()
54 if ((BitIdx % 2) == 0) { in OTA_Change()
60 ValidIMG2 &= ~BIT(BitIdx); in OTA_Change()
66 ValidIMG2 &= ~BIT(BitIdx); in OTA_Change()

Completed in 2 milliseconds