![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Go to the source code of this file.
Functions | |
void | WM8904_REG_Write (uint8_t reg, uint16_t val) |
Write a 16-bit value to Codec Register. More... | |
uint16_t | WM8904_REG_Read (uint8_t reg) |
Read a 16-bit value from WM8904 codec register. More... | |
int | WM8904_REG_WriteVerify (uint8_t reg, uint16_t val) |
Writes a value to a UDA register, read back and verify the value. More... | |
int | WM8904_REG_WriteMult (const uint8_t *buff, int len) |
Write multiple value to WM8904 registers. More... | |
int | WM8904_REG_VerifyMult (uint8_t reg, const uint8_t *value, uint8_t *buff, int len) |
Verify values in multiple WM8904 registers. More... | |
int | WM8904_Init (int input) |
Initialize WM8904 to its default state. More... | |