Renesas M3T-MR100 Network Card User Manual


 
232
[( Definition respective maximum numbers of items )]
Here, define respective maximum numbers of items to be used in two or more applications.
<< Format >>
// Max Definition
maxdefine{
max_task =
the maximum number of tasks defined
;
max_flag =
the maximum number of eventflags defined
;
max_dtq =
the maximum number of data queues defined
;
max_mbx
=
the maximum number of mailboxes defined
;
max_sem
=
the maximum number of semaphores defined
;
max_mpf
=
the maximum number of fixed-size
memory pools defined
;
max_mpl
=
the maximum number of variable-size
memory pools defined
;
max_cyh
=
the maximum number of cyclic handlers
defined
;
max_alh
=
the maximum number of alarm handlers
defined
;
max_vdtq =
the maximum number of short data queues defined
;
};
<< Contents >>
1. The maximum number of tasks defined
[( Definition format )]
Numeric value
[( Definition range )] 1 to 255
[( Default value )] None
Define the maximum number of tasks defined.
2. The maximum number of eventflags defined
[( Definition format )]
Numeric value
[( Definition range )] 1 to 255
[( Default value )] None
3. The maximum number of data queues defined.
[( Definition format )]
Numeric value
[( Definition range )] 1 to 255
[( Default value )] None
Define the maximum number of data queues defined.
4. The maximum number of mailboxes defined
[( Definition format )]
Numeric value
[( Definition range )] 1 to 255
[( Default value )] None
Define the maximum number of mailboxes defined.