![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
#include "board.h"Go to the source code of this file.
Functions | |
| static int | Audio_Codec_SetDefaultValues (const uint8_t *values, int sz) |
| void | UDA1380_REG_Write (uint8_t reg, uint16_t val) |
| Write a 16-bit value to UDA Register. More... | |
| uint16_t | UDA1380_REG_Read (uint8_t reg) |
| Read a 16-bit value from UDA1380 codec register. More... | |
| int | UDA1380_REG_WriteVerify (uint8_t reg, uint16_t val) |
| Writes a value to a UDA register, read back and verify the value. More... | |
| int | UDA1380_REG_VerifyMult (uint8_t reg, const uint8_t *value, uint8_t *buff, int len) |
| Verify values in multiple UDA1380 registers. More... | |
| int | UDA1380_Init (int input) |
| Initialize UDA1380 to its default state. More... | |
| int | UDA1380_REG_WriteMult (const uint8_t *buff, int len) |
| Write multiple value to UDA1380 registers. More... | |
Variables | |
| static const uint8_t | UDA_sys_regs_dat [] |
| static const uint8_t | UDA_interfil_regs_dat [] |
| static const uint8_t | UDA_decimator_regs_dat [] |
|
static |
|
static |
|
static |
|
static |
1.8.3.1