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