SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
task_cst.h File Reference

User task constantes definition. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define USER_STACK_LENGTH   512
 Byte length for the user task stack (should be less than STACK_SIZE define din memory_base.h)
 
#define UTSK_REGS_LEN   (15 * 4)
 User task registers save buffer size.
 
#define TSK_PEND_FOREVER   -1
 Timeout value to use for infinite waits.
 

Detailed Description

User task constantes definition.

Date
12/2021
Author
doragasu

This module define constantes for the task unit (see task.h file). This needs to be separated as we include it from task.a assembly file !