Type definitions#

Enumerations#

enum
SID_PAL_TIMER_PRIO_CLASS_PRECISE
SID_PAL_TIMER_PRIO_CLASS_LOWPOWER
}

Timer priority class enumeration.

Enumeration Documentation#

sid_pal_timer_prio_class_t#

sid_pal_timer_prio_class_t

Timer priority class enumeration.

This enum defines the priority classes for timers, which determine the precision and power consumption characteristics of timer events.

Enumerator
SID_PAL_TIMER_PRIO_CLASS_PRECISE

Events to be generated with the maximum supported on this platform precision

SID_PAL_TIMER_PRIO_CLASS_LOWPOWER

Events can be delayed for up to 1 second to optimize power consumption