nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
dfu_target Struct Reference

Functions which needs to be supported by all DFU targets. More...

#include <dfu_target.h>

Data Fields

int(* init )(size_t file_size, int img_num, dfu_target_callback_t cb)
 
int(* offset_get )(size_t *offset)
 
int(* write )(const void *const buf, size_t len)
 
int(* done )(bool successful)
 
int(* schedule_update )(int img_num)
 
int(* reset )()
 

Detailed Description

Functions which needs to be supported by all DFU targets.


The documentation for this struct was generated from the following file: