Trident IoT SDK
 
Loading...
Searching...
No Matches
bootloader.h File Reference

Go to the source code of this file.

Macros

#define RET_REG_RESET_REASON_INDEX   0
 

Enumerations

enum  boot_action {
  BOOT_APPLICATION = 0 ,
  SIG_VERIFY ,
  IMAGE_UPGRADE ,
  NO_ACTION
}
 

Functions

boot_action get_action_after_reset (uint32_t reset_reason)
 
void jump_to_application (uint32_t AppAddress)
 

Detailed Description

bootloader specific definitions and functions interfaces

Macro Definition Documentation

◆ RET_REG_RESET_REASON_INDEX

#define RET_REG_RESET_REASON_INDEX   0

Enumeration Type Documentation

◆ boot_action

Enumerator
BOOT_APPLICATION 
SIG_VERIFY 
IMAGE_UPGRADE 
NO_ACTION 

Function Documentation

◆ get_action_after_reset()

boot_action get_action_after_reset ( uint32_t reset_reason)

◆ jump_to_application()

void jump_to_application ( uint32_t AppAddress)