mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Embed: (wiki syntax)

« Back to documentation index

Platform

Data Structures

class  LocalFileSystem
 A filesystem for accessing the local mbed Microcontroller USB disk drive. More...
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...

Modules

 ATCmdParser class
 Callback class
 CallChain class
 CircularBuffer functions
 CriticalSectionLock functions
 CThunk class
 DeepSleepLock functions
 DirHandle functions
 FileBase class
 FileHandle functions
 FileLike class
 FilePath class
 FileSystemHandle functions
 FileSystemLike functions
 FunctionPointer class
 LocalFileSystem functions
 Assert macros
 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
 Toolchain functions
 Version macros
 wait_api functions
 NonCopyable class
 PlatformMutex class
 ScopedLock functions
 SingletonPtr class
 Span class
 Stream class
 Transaction class

Enumerations

enum  { MBED_MEM_TRACE_MALLOC, MBED_MEM_TRACE_REALLOC, MBED_MEM_TRACE_CALLOC, MBED_MEM_TRACE_FREE }
 

enum Memory operation types for tracer

More...
enum  { MBED_MEM_TRACE_MALLOC, MBED_MEM_TRACE_REALLOC, MBED_MEM_TRACE_CALLOC, MBED_MEM_TRACE_FREE }
 

enum Memory operation types for tracer

More...

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 35 of file cmsis/BUILD/mbed/platform/mbed_mem_trace.h.

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 35 of file platform/mbed_mem_trace.h.