Mistake on this page?
Report an issue in GitHub or email us
Modules | Data Structures | Enumerations
Platform

Modules

 ATCmdParser class
 
 Callback class
 
 CircularBuffer functions
 
 CriticalSectionLock functions
 
 CThunk class
 
 DeepSleepLock functions
 
 DirHandle functions
 
 File
 
 Assert macros
 
 atomic functions
 Atomic functions function analogously to C11 and C++11 - loads have acquire semantics, stores have release semantics, and atomic operations are sequentially consistent.
 
 chrono utilities
 Additions and variations of std::chrono.
 
 critical section function
 
 Debug functions
 
 Error functions
 
 Network interface and other utility functions
 
 mem_trace functions
 
 mktime functions
 
 MPU management functions
 
 poll functions
 
 Power management functions
 
 preprocessor macros
 
 Retarget functions
 
 rtc_time functions
 
 stats functions
 
 Mbed Thread
 
 Toolchain functions
 
 Version macros
 
 wait_api functions
 
 NonCopyable class
 
 PlatformMutex class
 
 ScopedLock functions
 
 SingletonPtr class
 
 Span class
 
 Stream class
 
 Transaction class
 

Data Structures

class  ScopedRamExecutionLock
 RAII object for disabling, then restoring RAM execute never mode Usage: More...
 
class  ScopedRomWriteLock
 RAII object for disabling, then restoring ROM write never mode Usage: More...
 

Enumerations

Detailed Description

Enumeration Type Documentation

anonymous enum

enum Memory operation types for tracer

Enumerator
MBED_MEM_TRACE_MALLOC 

Identifier for malloc operation.

MBED_MEM_TRACE_REALLOC 

Identifier for realloc operation.

MBED_MEM_TRACE_CALLOC 

Identifier for calloc operation.

MBED_MEM_TRACE_FREE 

Identifier for free operation.

Definition at line 34 of file mbed_mem_trace.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.