HPM SDK
HPMicro Software Development Kit
flash_run_context_t Union Reference

FLASH runtime context structure. More...

#include <hpm_romapi_xpi_nor_def.h>

Data Fields

struct {
   uint32_t   wait_time: 7
 
   uint32_t   wait_time_unit: 1
 
   uint32_t   reset_gpio: 8
 
   uint32_t   restore_sequence: 4
 
   uint32_t   exit_no_cmd_sequence: 4
 
   uint32_t   current_mode: 4
 
   uint32_t   por_mode: 4
 
}; 
 
uint32_t U
 

Detailed Description

FLASH runtime context structure.

Field Documentation

◆ 

struct { ... }

◆ current_mode

uint32_t flash_run_context_t::current_mode

Current FLASH mode

◆ exit_no_cmd_sequence

uint32_t flash_run_context_t::exit_no_cmd_sequence

Exit no-cmd sequence

◆ por_mode

uint32_t flash_run_context_t::por_mode

FLASH mode upon Power-on Reset

◆ reset_gpio

uint32_t flash_run_context_t::reset_gpio

Reset GPIO

◆ restore_sequence

uint32_t flash_run_context_t::restore_sequence

Restore sequence

◆ U

uint32_t flash_run_context_t::U

◆ wait_time

uint32_t flash_run_context_t::wait_time

Wait time

◆ wait_time_unit

uint32_t flash_run_context_t::wait_time_unit

0 - 10us, 1 - 1ms


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