round robin quantum

Hello Guys, I know the the tasks of the same priority use Round Robin to be schedueled but my question is how much time every tasks take to run aka the quantum in round robin?

round robin quantum

A time slice is the time between two tick interrupts. The frequency of the tick interrupt is set by the configTICKRATEHZ FreeRTOSConfig.h setting.