PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
|
#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 |
#define NULLPTR 0 |
#define PAL_SUCCESS 0 |
typedef struct _palBuffer_t palBuffer_t |
typedef struct _palConstBuffer_t palConstBuffer_t |
typedef int32_t palStatus_t |