コード例 #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
ファイル: targetBoard.c プロジェクト: ChrisPsarras/Sotiris
void targetWriteDisplaySPIWord (uint16 w)
{
	targetWriteGenericSPIWord (dispSSId, w);
}
コード例 #4
0
ファイル: targetBoard.c プロジェクト: ChrisPsarras/Sotiris
void targetWriteDspSPIWord (uint32 w)
{
	targetWriteGenericSPIWord (dspSSId, w);
}
コード例 #5
0
ファイル: targetBoard.c プロジェクト: ChrisPsarras/Sotiris
void targetWriteLEDSPIWord (uint16 w)
{
	targetWriteGenericSPIWord (ledSSId, w);
}