Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dbl.h34 #define OS_UPDT_SUCCESS 0 macro
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c818 ret = OS_UPDT_SUCCESS; in blVerifyOsImage()
832 return blVerifyOsImage(__shared_start, NULL, NULL) == OS_UPDT_SUCCESS; in blUpdateVerify()
1146 if (res == OS_UPDT_SUCCESS) in __blEntry()