APP DRIVER CONFIG. More...

+ Collaboration diagram for DRIVER CONFIG:

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...
 

Detailed Description

APP DRIVER CONFIG.

Macro Definition Documentation

◆ APP_DRIVER_GR5332X

#define APP_DRIVER_GR5332X   0x3

APP_DRIVER for GR5332X.

Definition at line 78 of file app_drv_config.h.

◆ APP_DRIVER_GR5405

#define APP_DRIVER_GR5405   0x3

APP_DRIVER for GR5405.

Definition at line 79 of file app_drv_config.h.

◆ APP_DRIVER_GR551X

#define APP_DRIVER_GR551X   0x0

APP_DRIVER for GR551X.

Definition at line 75 of file app_drv_config.h.

◆ APP_DRIVER_GR5525X

#define APP_DRIVER_GR5525X   0x1

APP_DRIVER for GR5525X.

Definition at line 76 of file app_drv_config.h.

◆ APP_DRIVER_GR5526X

#define APP_DRIVER_GR5526X   0x2

APP_DRIVER for GR5526X.

Definition at line 77 of file app_drv_config.h.

◆ APP_DRV_ASSERT_ENABLE

#define APP_DRV_ASSERT_ENABLE   0

App driver assert enable.

Definition at line 72 of file app_drv_config.h.

◆ APP_DRV_LOG_INTERFACE

#define APP_DRV_LOG_INTERFACE   printf

App driver log interface setting.

Definition at line 69 of file app_drv_config.h.

◆ APP_DRV_LOG_LEVEL

#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.

◆ APP_DVR_LOG_LVL_ERR

#define APP_DVR_LOG_LVL_ERR   (1)

Error log level define.

Definition at line 61 of file app_drv_config.h.

◆ APP_DVR_LOG_LVL_INFO

#define APP_DVR_LOG_LVL_INFO   (3)

Info log level define.

Definition at line 63 of file app_drv_config.h.

◆ APP_DVR_LOG_LVL_NONE

#define APP_DVR_LOG_LVL_NONE   (0)

None log level define.

Definition at line 60 of file app_drv_config.h.

◆ APP_DVR_LOG_LVL_WARN

#define APP_DVR_LOG_LVL_WARN   (2)

Warning log level define.

Definition at line 62 of file app_drv_config.h.