APP DRIVER CONFIG. More...
Modules | |
Defines | |
Enumerations | |
Macros | |
#define | APP_DVR_LOG_LVL_NONE (0) |
None log level define. More... | |
#define | APP_DVR_LOG_LVL_ERR (1) |
Error log level define. More... | |
#define | APP_DVR_LOG_LVL_WARN (2) |
Warning log level define. More... | |
#define | APP_DVR_LOG_LVL_INFO (3) |
Info log level define. More... | |
#define | APP_DRV_LOG_LEVEL APP_DVR_LOG_LVL_NONE |
App driver log level setting. More... | |
#define | APP_DRV_LOG_INTERFACE printf |
App driver log interface setting. More... | |
#define | APP_DRV_ASSERT_ENABLE 0 |
App driver assert enable. More... | |
#define | APP_DRIVER_GR551X 0x0 |
APP_DRIVER for GR551X. More... | |
#define | APP_DRIVER_GR5525X 0x1 |
APP_DRIVER for GR5525X. More... | |
#define | APP_DRIVER_GR5526X 0x2 |
APP_DRIVER for GR5526X. More... | |
#define | APP_DRIVER_GR5332X 0x3 |
APP_DRIVER for GR5332X. More... | |
#define | APP_DRIVER_GR5405 0x3 |
APP_DRIVER for GR5405. More... | |
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_GR5405 0x3 |
APP_DRIVER for GR5405.
Definition at line 79 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.