2.3.4.1 com_adapter_result_t
enum com_adapter_result_t
Contains codes for the return values of the bootloader communication adapter layer APIs.
| COM_PASS |
0xE7U - com_adapter transfer has full completed as is ready for processing |
| COM_FAIL |
0xC3U - com_adapter transfer has failed |
| COM_INVALID_ARG |
0x96U - com_adapter transfer has an invalid argument |
| COM_BUFFER_ERROR |
0x69U - com_adapter transfer has encountered an overflow |
| COM_BUSY |
0x18U - com_adapter transfer is not finished yet |
| COM_TRANSPORT_FAILURE |
0x3CU - com_adapter transfer has encountered a transport error |
| COM_SEND_COMPLETE |
0x7EU - com_adapter transfer is done sending |
