Constants

SEQ_CONF_TASK_NBR

Default number of tasks.

Default value is 32 (maximum), can be reduced by redefining it in seq_user_conf.h.

SEQ_CONF_PRIO_NBR

Default value of priority levels.

The default priority value is 2, can be redefined in seq_user_conf.h.

SEQ_RFU

Default value for unused parameter.

The default value for unused parameter is 0.

SEQ_DEFAULT

Default value used to start the scheduling.

This informs the sequencer that all tasks registered must be considered

Note

This is a typical use in the application

while(1)

{

SEQ_Run(SEQ_DEFAULT);

}