5.2.5.7 ZGB_InitStatus_t Enumeration
Syntax
typedef enum { INIT_SUCCES = 1 << 0, //!< Initialization is a success RF_NOT_RESPOND = 1 << 1, //!< Radio has not responded HAL_NOT_RESPOND = 1 << 2, //!< HAL has not responded RF_PLL_NOT_RESPOND = 1 << 3, //!< HAL has not responded } ZGB_InitStatus_t;
Description
The ZGB_InitStatus_t
enumeration lists all possible outcomes of the
system’s initialization.