LV_VERBOSE
#define VERBOSE (CP_ALL | LV_VERBOSE)
#define DBG_MSG_LV LV_VERBOSE /* Level of message output. */
#define VERBOSEi (CP_INIT | LV_VERBOSE)
#define VERBOSEtx (CP_SEND | LV_VERBOSE)
#define VERBOSErx (CP_RCV | LV_VERBOSE)
#define VERBOSEint (CP_INT | LV_VERBOSE)
#define VERBOSEu (CP_UINIT | LV_VERBOSE)
#define VERBOSErs (CP_RESET | LV_VERBOSE)
#define VERBOSEgb (CP_GEN_BUF | LV_VERBOSE)
#define VERBOSEi (CP_INIT | LV_VERBOSE)
#define VERBOSEnv (CP_NVM | LV_VERBOSE)
#define VERBOSEl2sp (CP_L2_SP | LV_VERBOSE)
#define VERBOSEl2tx (CP_L2_SEND | LV_VERBOSE)
#define VERBOSEl2rx (CP_L2_RECV | LV_VERBOSE)
#define VERBOSEl2int (CP_L2_INTERRUPT | LV_VERBOSE)
#define VERBOSEl2 (CP_L2 | LV_VERBOSE)
#define VERBOSEl4sp (CP_L4_SP | LV_VERBOSE)
#define VERBOSEl4tx (CP_L4_SEND | LV_VERBOSE)
#define VERBOSEl4rx (CP_L4_RECV | LV_VERBOSE)
#define VERBOSEl4fp (CP_L4_RECV | CP_L4_SEND | LV_VERBOSE)
#define VERBOSEl4int (CP_L4_INTERRUPT | LV_VERBOSE)
#define VERBOSEl4 (CP_L4 | LV_VERBOSE)
#define VERBOSEl5sp (CP_L5_SP | LV_VERBOSE)
#define VERBOSEl5tx (CP_L5_SEND | LV_VERBOSE)
#define VERBOSEl5rx (CP_L5_RECV | LV_VERBOSE)
#define VERBOSEl5 (CP_L5 | LV_VERBOSE)
#define VERBOSEvf (CP_VF | LV_VERBOSE)
#define VERBOSEmi (CP_MISC | LV_VERBOSE)
#define VERBOSEeq (CP_EQ | LV_VERBOSE)
#define VERBOSOmgr (CP_OMGR | LV_VERBOSE)
#define VERBOSEstat (CP_STAT | LV_VERBOSE)
#define VERBOSEer (CP_ER | LV_VERBOSE)
#define VERBOSEelink (CP_ELINK | LV_VERBOSE)
#define VERBOSEencap (CP_ENCAP | LV_VERBOSE)
#define VERBOSE (CP_ALL | LV_VERBOSE)
ce = (((level & LV_VERBOSE) == LV_VERBOSE) ? CE_NOTE :
u8_t dbg_trace_level = LV_VERBOSE;