which parameters define time slice duration in FreeRTOS, and how to calculate how long it will run one task before switching out that task and switching in another task.
I've found configTICK_RATE_HZ which sets number of ticks per second but how it relates to switch in and switch out in terms of tasks.