EFM32 Happy Gecko Software Documentation
efm32hg-doc-4.2.1
|
Macros | |
#define | BSP_STATUS_OK 0 |
#define | BSP_STATUS_ILLEGAL_PARAM (-1) |
#define | BSP_STATUS_NOT_IMPLEMENTED (-2) |
#define | BSP_STATUS_UNSUPPORTED_MODE (-3) |
#define | BSP_INIT_DK_SPI 0x01 |
#define | BSP_INIT_DK_EBI 0x02 |
#define | BSP_INIT_BCC 0x04 |
#define BSP_STATUS_OK 0 |
BSP API return code, no errors.
Definition at line 40 of file bsp.h.
Referenced by BSP_BccDeInit(), BSP_BccInit(), BSP_BccPacketSend(), BSP_EbiDeInit(), BSP_EbiInit(), BSP_McuBoard_DeInit(), BSP_McuBoard_Init(), BSP_McuBoard_UsbStatusLedEnable(), and BSP_McuBoard_UsbVbusPowerEnable().
#define BSP_STATUS_ILLEGAL_PARAM (-1) |
#define BSP_STATUS_NOT_IMPLEMENTED (-2) |
BSP API return code, function not implemented (dummy).
Definition at line 42 of file bsp.h.
Referenced by BSP_EbiDeInit(), BSP_EbiInit(), BSP_McuBoard_UsbStatusLedEnable(), and BSP_McuBoard_UsbVbusPowerEnable().
#define BSP_STATUS_UNSUPPORTED_MODE (-3) |
#define BSP_INIT_DK_SPI 0x01 |
#define BSP_INIT_DK_EBI 0x02 |