|
PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
|
#include "pal_macros.h"#include "pal_configuration.h"#include "pal_errors.h"#include "pal_types.h"#include "pal_rtos.h"Go to the source code of this file.
Functions | |
| palStatus_t | pal_init () |
| void | pal_destroy () |
| void pal_destroy | ( | ) |
PAL destruction This function will call each module's destroy function (if exist) to free resources.
| palStatus_t pal_init | ( | ) |
PAL initialization This function will call each module's initialization function (if exist) to allocate required resources and initiate them.
1.8.11