APP DRIVER CONFIG. More...
Modules | |
Defines | |
Enumerations | |
Macros | |
#define | APP_DVR_LOG_LVL_NONE (0) |
#define | APP_DVR_LOG_LVL_ERR (1) |
#define | APP_DVR_LOG_LVL_WARN (2) |
#define | APP_DVR_LOG_LVL_INFO (3) |
#define | APP_DRV_LOG_LEVEL APP_DVR_LOG_LVL_NONE |
#define | APP_DRV_LOG_INTERFACE printf |
#define | APP_DRV_ASSERT_ENABLE 0 |
#define | APP_DRIVER_GR551X 0x0 |
#define | APP_DRIVER_GR5525X 0x1 |
#define | APP_DRIVER_GR5526X 0x2 |
#define | APP_DRIVER_GR5332X 0x3 |
APP DRIVER CONFIG.
#define APP_DRIVER_GR5332X 0x3 |
APP_DRIVER for GR5332X
Definition at line 78 of file app_drv_config.h.
#define APP_DRIVER_GR551X 0x0 |
APP_DRIVER for GR551X
Definition at line 75 of file app_drv_config.h.
#define APP_DRIVER_GR5525X 0x1 |
APP_DRIVER for GR5525X
Definition at line 76 of file app_drv_config.h.
#define APP_DRIVER_GR5526X 0x2 |
APP_DRIVER for GR5526X
Definition at line 77 of file app_drv_config.h.
#define APP_DRV_ASSERT_ENABLE 0 |
App driver assert enable
Definition at line 72 of file app_drv_config.h.
#define APP_DRV_LOG_INTERFACE printf |
App driver log interface setting
Definition at line 69 of file app_drv_config.h.
#define APP_DRV_LOG_LEVEL APP_DVR_LOG_LVL_NONE |
App driver log level setting
Definition at line 66 of file app_drv_config.h.
#define APP_DVR_LOG_LVL_ERR (1) |
Error log level define
Definition at line 61 of file app_drv_config.h.
#define APP_DVR_LOG_LVL_INFO (3) |
Info log level define
Definition at line 63 of file app_drv_config.h.
#define APP_DVR_LOG_LVL_NONE (0) |
None log level define
Definition at line 60 of file app_drv_config.h.
#define APP_DVR_LOG_LVL_WARN (2) |
Warning log level define
Definition at line 62 of file app_drv_config.h.