4.16.4 Enumerations
enum bl_mem_result_t { BL_MEM_PASS = 0x00U, BL_MEM_FAIL = 0x01U, BL_MEM_INVALID_ARG = 0x02U }
Contains the code for the return values of the bootloader memory extension APIs.
enum bl_mem_result_t { BL_MEM_PASS = 0x00U, BL_MEM_FAIL = 0x01U, BL_MEM_INVALID_ARG = 0x02U }
Contains the code for the return values of the bootloader memory extension APIs.