Example #1
0
unsigned int vs_request(void)
{
  return VS_DREQ_READ(); //1=ready, 0=buf full
}
Example #2
0
unsigned int vs_request(int unit)
{
  return VS_DREQ_READ(unit); //1=ready, 0=buf full
}