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

CPU common functions for ESP SoCs. More...

Detailed Description

CPU common functions for ESP SoCs.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file cpu.h.

#include <stdio.h>
#include <stdint.h>
#include "irq.h"
+ Include dependency graph for cpu.h:

Go to the source code of this file.

#define PROVIDES_PM_SET_LOWEST
 
static uintptr_t cpu_get_caller_pc (void)
 Gets the last instruction's address.
 

Macro Definition Documentation

◆ PROVIDES_PM_SET_LOWEST

#define PROVIDES_PM_SET_LOWEST

Definition at line 30 of file cpu.h.

Function Documentation

◆ cpu_get_caller_pc()

static uintptr_t cpu_get_caller_pc ( void )
inlinestatic

Gets the last instruction's address.

Todo
: Not supported

Definition at line 37 of file cpu.h.