1.3.5.6.10 BMNG_FUP_CHECK_CRC_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_CHECK_CRC_REQUEST)(uint8_t cmd);

Summary

Function pointer to request to check the CRC of the transmitted file for a firmware upgrade process.

Description

This data type contains the definition of the function pointer to check the CRC of the transmitted file for a firmware upgrade process.

  • cmd: Command to acknowledge

Remarks

The command is acknowledged with the FUP ACK callback.