Example #1
0
uint32 targetReadCPLDSPIWord (uint32 w)
{
	return targetReadGenericSPIWord (cpldSSId, w);
}
Example #2
0
uint32 targetReadDspSPIWord (uint32 w)
{
	return targetReadGenericSPIWord (dspSSId, w);
}