![]() |
LPCOpen Platform for LPC112X microcontrollers
112X
LPCOpen Platform for the NXP LPC112X family of Microcontrollers
|
Go to the source code of this file.
Functions | |
uint32_t | WM8903_REG_Write (uint8_t reg, uint16_t val) |
Write a 16-bit value to Codec Register. More... | |
uint16_t | WM8903_REG_Read (uint8_t reg) |
Read a 16-bit value from WM8903 codec register. More... | |
int | WM8903_Init (int input) |
Initialize WM8903 to its default state. More... | |
void | WM8903_DeInit (void) |
Disable the WM8903. More... | |
void | WM8903_DumpAllRegisters (void) |
Debug function to print contents of all WM8903 registers to debug console. More... | |