Ejemplo n.º 1
0
void targetWriteCodecSPIWord (uint32 w)
{
	targetWriteGenericSPIWord (codecSSId, w);
}
Ejemplo n.º 2
0
// Specific exported functions for the SPI devices
//
//
void targetWriteCPLDSPIWord (uint32 w)
{
	targetWriteGenericSPIWord (cpldSSId, w);
}
Ejemplo n.º 3
0
void targetWriteDisplaySPIWord (uint16 w)
{
	targetWriteGenericSPIWord (dispSSId, w);
}
Ejemplo n.º 4
0
void targetWriteDspSPIWord (uint32 w)
{
	targetWriteGenericSPIWord (dspSSId, w);
}
Ejemplo n.º 5
0
void targetWriteLEDSPIWord (uint16 w)
{
	targetWriteGenericSPIWord (ledSSId, w);
}