ZGB_InitStatus_t Enum
C
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
Possible results of system's initialization