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