Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
FwUpdate Struct Reference
FwUpdate object definition. More...
#include <fwupdate.h>
Data Fields | |
| int(* | m_readXffData )(uint8_t *buffer, int offset, int length) |
| Callback function by which FwUpdate requests for xff data. | |
| void(* | m_sendXbusMessage )(struct XbusMessage const *xbusMessage) |
| Callback function via which FwUpdate can send xbus messages to the module. | |
| void(* | m_readyHandler )(FWU_Result result) |
| Callback function by which FwUpdate notifies the host that a firmware update has finished. | |
| uint8_t * | m_txBuffer |
| Memory needed by the FwUpdate. Host must allocate a block of memory of size FWU_REQUIRED_TXBUFFER_SIZE. | |
Detailed Description
FwUpdate object definition.
Definition at line 70 of file fwupdate.h.
Field Documentation
| int(* m_readXffData)(uint8_t *buffer, int offset, int length) |
Callback function by which FwUpdate requests for xff data.
- Parameters:
-
buffer Target buffer in which the xff data should be written by the host offset Offset in the xff file where reading should start length Number of bytes which is requested
- Returns:
- Number of bytes which is actually written to the buffer
Definition at line 80 of file fwupdate.h.
| void(* m_readyHandler)(FWU_Result result) |
Callback function by which FwUpdate notifies the host that a firmware update has finished.
- Parameters:
-
result FWU_Success or FWU_Failed
Definition at line 90 of file fwupdate.h.
| void(* m_sendXbusMessage)(struct XbusMessage const *xbusMessage) |
Callback function via which FwUpdate can send xbus messages to the module.
- Parameters:
-
xbusMessage Xbus message that should be send to the module
Definition at line 85 of file fwupdate.h.
| uint8_t* m_txBuffer |
Memory needed by the FwUpdate. Host must allocate a block of memory of size FWU_REQUIRED_TXBUFFER_SIZE.
Definition at line 95 of file fwupdate.h.
Generated on Wed Jul 13 2022 07:56:16 by
1.7.2