audioamp  2.0.0.0
Macros

Macros

#define AUDIOAMP_CMD_POWER_ON   0x1C
 
#define AUDIOAMP_CMD_POWER_OFF   0x00
 
#define AUDIOAMP_CMD_VOLUME_1   0x06
 
#define AUDIOAMP_CMD_VOLUME_2   0x08
 
#define AUDIOAMP_CMD_ENABLE   0x10
 
#define AUDIOAMP_CMD_DISABLE   0x00
 

Detailed Description

Macro Definition Documentation

◆ AUDIOAMP_CMD_DISABLE

#define AUDIOAMP_CMD_DISABLE   0x00

◆ AUDIOAMP_CMD_ENABLE

#define AUDIOAMP_CMD_ENABLE   0x10

◆ AUDIOAMP_CMD_POWER_OFF

#define AUDIOAMP_CMD_POWER_OFF   0x00

◆ AUDIOAMP_CMD_POWER_ON

#define AUDIOAMP_CMD_POWER_ON   0x1C

◆ AUDIOAMP_CMD_VOLUME_1

#define AUDIOAMP_CMD_VOLUME_1   0x06

◆ AUDIOAMP_CMD_VOLUME_2

#define AUDIOAMP_CMD_VOLUME_2   0x08