PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
Data Structures | Macros | Typedefs
pal_types.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  _palBuffer_t
 
struct  _palConstBuffer_t
 

Macros

#define PAL_SUCCESS   0
 
#define NULLPTR   0
 

Typedefs

typedef int32_t palStatus_t
 
typedef struct _palBuffer_t palBuffer_t
 
typedef struct _palConstBuffer_t palConstBuffer_t
 

Macro Definition Documentation

#define NULLPTR   0
#define PAL_SUCCESS   0

Typedef Documentation

typedef struct _palBuffer_t palBuffer_t
typedef int32_t palStatus_t