All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
cpu.h File Reference

CPU specific definitions. More...

Detailed Description

CPU specific definitions.

Definition in file cpu.h.

#include "cpu_conf.h"
#include "cpu_common.h"
+ Include dependency graph for cpu.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

static uint32_t cpu_get_image_baseaddr (void)
 Returns the address of running application in flash.
 
static void cpu_jump_to_image (uint32_t addr)
 Starts another image in flash.
 

Function Documentation

◆ cpu_get_image_baseaddr()

static uint32_t cpu_get_image_baseaddr ( void )
inlinestatic

Returns the address of running application in flash.

Definition at line 30 of file cpu.h.

◆ cpu_jump_to_image()

static void cpu_jump_to_image ( uint32_t addr)
inlinestatic

Starts another image in flash.

Definition at line 39 of file cpu.h.