4.9.3 Enumerations
enum com_transfer_state_t { NOTHING_TO_SEND = 0U, SENDING_LENGTH = 1U, SENDING_RESPONSE = 2U }
Contains codes for the return values for the transfer state of the bootloader communication adapter layer.
enum com_transfer_state_t { NOTHING_TO_SEND = 0U, SENDING_LENGTH = 1U, SENDING_RESPONSE = 2U }
Contains codes for the return values for the transfer state of the bootloader communication adapter layer.