1 /******************************************************************************
5 / Description: Micronas Multistandard Sound Processor (MSP) interface.
7 / Copyright 2001, Carlos Hasan
9 *******************************************************************************/
18 CMSP3430(CI2CPort
& port
);
22 status_t
InitCheck() const;
24 void SetEnable(bool enable
);
27 int ControlRegister();
29 void SetControlRegister(int value
);
31 int Register(int address
, int subaddress
);
33 void SetRegister(int address
, int subaddress
, int value
);