RTOS Error Codes#

Bootloader error codes returned by the application interface.

Offset from BOOTLOADER_ERROR_RTOS_BASE

Macros#

#define
BOOTLOADER_ERROR_RTOS_MUTEX_SUCCESS (BOOTLOADER_ERROR_RTOS_BASE | 0x01)

Mutex operations executed successfully.

#define
BOOTLOADER_ERROR_RTOS_MUTEX_FAILED (BOOTLOADER_ERROR_RTOS_BASE | 0x02)

Mutex operations failed.