Loading...
Searching...
No Matches
sched_round_robin.h File Reference

Round Robin Scheduler. More...

Detailed Description

Round Robin Scheduler.

Author
Karl Fessel karl..nosp@m.fess.nosp@m.el@ov.nosp@m.gu.d.nosp@m.e

Definition in file sched_round_robin.h.

Go to the source code of this file.

Macros

#define SCHED_RR_TIMEOUT   10000
 Time between round robin calls in Units of SCHED_RR_TIMERBASE.
 
#define SCHED_RR_TIMERBASE   ZTIMER_USEC
 ztimer to use for the round robin scheduler
 
#define SCHED_RR_MASK   (1 << 0)
 Masks off priorities that should not be scheduled default: 0 is masked.
 

Functions

void sched_round_robin_init (void)
 Initialises the Round Robin Scheduler.