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.
Fork of nrf51-sdk by
dfu_bank_internal.h File Reference
Go to the source code of this file.
Data Structures | |
struct | dfu_bank_func_t |
Structure for holding of function pointers for needed prepare and activate procedure for the requested update procedure. More... | |
Typedefs | |
typedef void(* | dfu_bank_prepare_t )(uint32_t image_size) |
Type definition of function used for preparing of the bank before receiving of a software image. | |
typedef void(* | dfu_bank_cleared_t )(void) |
Type definition of function used for handling clear complete of the bank before receiving of a software image. | |
typedef uint32_t(* | dfu_bank_activate_t )(void) |
Type definition of function used for activating of the software image received. | |
Enumerations | |
enum | dfu_state_t { DFU_STATE_INIT_ERROR, DFU_STATE_IDLE, DFU_STATE_PREPARING, DFU_STATE_RDY, DFU_STATE_RX_INIT_PKT, DFU_STATE_RX_DATA_PKT, DFU_STATE_VALIDATE, DFU_STATE_WAIT_4_ACTIVATE } |
States of the DFU state machine. More... |
Detailed Description
Definition in file dfu_bank_internal.h.
Generated on Tue Jul 12 2022 14:11:21 by
