Renesas M3T-MR100 Network Card User Manual


 
- 281 -
----Formats related to Variable-size Memory pool----
typedef struct t_rmpl {
ID wtskid; /* ID number of task at the top of memory acquisition waiting queue
*/
SIZE fmplsz; /* Total size of free areas */
UINT fblksz; /* Maximum memory block size that can be acquired immediately */
} T_RMPL;
----Formats related to cyclic handler----
typedef struct t_rcyc {
STAT cycstat; /* Operating status of cyclic handler */
RELTIM lefttim; /* Remaining time before cyclic handler starts */
} T_RCYC;
----Formats related to alarm handler----
typedef struct t_ralm {
STAT almstat; /* Operating status of alarm handler */
RELTIM lefttim; /* Remaining time before alarm handler starts */
} T_RALM;
----Formats related to system management----
typedef struct t_rver {
UH maker; /* Maker */
UH prid; /* Type number */
UH spver; /* Specification version */
UH prver; /* Product version */
UH prno[4]; /* Product management information */
} T_RVER;