1.3.5.6.2 BMNG_FUP_START_FU_REQUEST Function Pointer
C
typedef void (*BMNG_FUP_START_FU_REQUEST)(uint8_t cmd, uint8_t enable);
Summary
Function pointer to request to start a firmware upgrade process.
Description
This data type contains the definition of the function pointer to start a firmware
upgrade process.
- cmd: Command to acknowledge
- enable: Enable (1) or disable (0) FU
Remarks
The command is acknowledged with the FUP ACK callback.