RTEMS  5.0.0
Macros
General System Configuration

Macros

#define CONFIGURE_MICROSECONDS_PER_TICK   RTEMS_MILLISECONDS_TO_MICROSECONDS(10)
 
#define _CONFIGURE_TICKS_PER_SECOND   (1000000 / CONFIGURE_MICROSECONDS_PER_TICK)
 
#define CONFIGURE_TICKS_PER_TIMESLICE   50
 

Detailed Description

This module contains configuration parameters that are independent of any API but impact general system configuration.

Macro Definition Documentation

◆ CONFIGURE_MICROSECONDS_PER_TICK

#define CONFIGURE_MICROSECONDS_PER_TICK   RTEMS_MILLISECONDS_TO_MICROSECONDS(10)

The configures the number of microseconds per clock tick.

◆ CONFIGURE_TICKS_PER_TIMESLICE

#define CONFIGURE_TICKS_PER_TIMESLICE   50

The configures the number of clock ticks per timeslice.