Aceinna IMU383 Series User Manual page 85

Hide thumbs Also See for IMU383 Series:
Table of Contents

Advertisement

IMU383ZA Series User's Manual
________________________________________________________________________
*******************************************************************************/
int Empty(QUEUE_TYPE *queue_ptr)
{
return queue_ptr->count <= 0;
}
/*******************************************************************************
* FUNCTION: Full
* ARGUMENTS: queue_ptr is pointer to the queue
* RETURNS:
return 1 if full, 0 if not full
*******************************************************************************/
int Full(QUEUE_TYPE *queue_ptr)
{
return queue_ptr->count >= MAXQUEUE;
}
Doc# 7430-1398-01
Downloaded From
Oneyac.com
Page 77

Advertisement

Table of Contents
loading

Related Products for Aceinna IMU383 Series

This manual is also suitable for:

Imu383za seriesImu383za-400

Table of Contents