PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
|
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.