PAL. This file contains the general API to initiate and destroy the PAL component. This is part of the PAL service API. More...
#include "PAL-Impl/Services-API/pal_configuration.h"
#include "PAL-Impl/Services-API/pal_macros.h"
#include "PAL-Impl/Services-API/pal_errors.h"
#include "PAL-Impl/Services-API/pal_types.h"
#include "PAL-Impl/Services-API/pal_drbg.h"
#include "PAL-Impl/Services-API/pal_fileSystem.h"
#include "PAL-Impl/Services-API/pal_rot.h"
#include "PAL-Impl/Services-API/pal_rtos.h"
#include "PAL-Impl/Services-API/pal_network.h"
#include "PAL-Impl/Services-API/pal_time.h"
#include "PAL-Impl/Services-API/pal_TLS.h"
#include "PAL-Impl/Services-API/pal_entropy.h"
#include "PAL-Impl/Services-API/pal_update.h"
#include "PAL-Impl/Services-API/pal_internalFlash.h"
Go to the source code of this file.
Functions | |
palStatus_t | pal_init (void) |
PAL initialization. This function calls each module's initialization function (if one exists) to allocate the required resources and initiate them. More... | |
int32_t | pal_destroy (void) |
PAL destruction. This function calls each module's destroy function (if one exists) to free resources. More... | |
PAL. This file contains the general API to initiate and destroy the PAL component. This is part of the PAL service API.
int32_t pal_destroy | ( | void | ) |
PAL destruction. This function calls each module's destroy function (if one exists) to free resources.
palStatus_t pal_init | ( | void | ) |
PAL initialization. This function calls each module's initialization function (if one exists) to allocate the required resources and initiate them.