Searched refs:otaDescAddr (Results 1 – 3 of 3) sorted by relevance
62 uint32_t otaDescAddr; member113 uint32_t otaDescAddr = (uint32_t)pOtaDesc; in am_hal_ota_init() local124 if ((otaDescAddr >= gSOtaState.flashSize) || in am_hal_ota_init()125 (otaDescAddr & (AM_HAL_FLASH_PAGE_SIZE - 1))) in am_hal_ota_init()133 erase_flash_page(ui32ProgamKey, otaDescAddr); in am_hal_ota_init()138 MCUCTRL->OTAPOINTER = otaDescAddr; in am_hal_ota_init()140 gSOtaState.otaDescAddr = otaDescAddr; in am_hal_ota_init()186 ((uint32_t *)gSOtaState.otaDescAddr + gSOtaState.numOta++), in am_hal_ota_add()
62 uint32_t otaDescAddr; member87 uint32_t otaDescAddr = (uint32_t)pOtaDesc; in am_hal_ota_init() local97 if (otaDescAddr >= (gSOtaState.mramSize - sizeof(am_hal_otadesc_t))) in am_hal_ota_init()106 MCUCTRL->OTAPOINTER = otaDescAddr; in am_hal_ota_init()108 gSOtaState.otaDescAddr = otaDescAddr; in am_hal_ota_init()149 ((uint32_t *)gSOtaState.otaDescAddr + gSOtaState.numOta++), in am_hal_ota_add()