2.1.4.1 com_adapter_result_t
enum com_adapter_result_t
Contains the code for the return values of the bootloader communication adapter layer APIs.
| COM_PASS |
0xE7U - communication adapter operation succeeded |
| COM_FAIL |
0xC3U - communication adapter operation failed |
| COM_INVALID_ARG |
0x96U - communication adapter operation has an invalid argument |
| COM_BUFFER_ERROR |
0x69U - communication adapter operation has encountered an overflow |
| COM_BUSY |
0x18U - communication adapter operation is not finished yet |
| COM_TRANSPORT_FAILURE |
0x3CU - communication adapter operation has encountered a transport error |
| COM_SEND_COMPLETE |
0x7EU - communication adapter sending operation is finished |
