48 #define PAL_STATUS_SUCCESS (0x0000) 49 #define PAL_STATUS_FAILURE (0x0001) 51 #define PAL_STATUS_I2C_BUSY (0x0002) 53 #define PAL_STATUS_INVALID_INPUT (0x0004) This file contains the type definitions for the fundamental data types.
uint16_t pal_status_t
PAL return status.
Definition: pal.h:60
LIBRARY_EXPORTS pal_status_t pal_deinit(void)
De-Initializes the PAL layer.
Definition: pal.c:48
LIBRARY_EXPORTS pal_status_t pal_init(void)
Initializes the PAL layer.
Definition: pal.c:42