DFU NVDS init info definition. More...
#include <gr55xx_dfu.h>
Public Attributes | |
dfu_info_state | state |
If NVDS init is required, this parameter can be a value of dfu_info_state. More... | |
uint16_t | page_size |
NVDS page size. More... | |
uint32_t | start_address |
NVDS start address. More... | |
DFU NVDS init info definition.
Definition at line 179 of file gr55xx_dfu.h.
uint16_t dfu_nvds_info_t::page_size |
NVDS page size.
Definition at line 182 of file gr55xx_dfu.h.
uint32_t dfu_nvds_info_t::start_address |
NVDS start address.
Definition at line 183 of file gr55xx_dfu.h.
dfu_info_state dfu_nvds_info_t::state |
If NVDS init is required, this parameter can be a value of dfu_info_state.
Definition at line 181 of file gr55xx_dfu.h.