Zephyr Project API  3.3.0
A Scalable Open Source RTOS
RTIO Priorities

RTIO Predefined Priorties. More...

Macros

#define RTIO_PRIO_LOW   0U
 Low priority. More...
 
#define RTIO_PRIO_NORM   127U
 Normal priority. More...
 
#define RTIO_PRIO_HIGH   255U
 High priority. More...
 

Detailed Description

RTIO Predefined Priorties.

Macro Definition Documentation

◆ RTIO_PRIO_HIGH

#define RTIO_PRIO_HIGH   255U

#include <include/zephyr/rtio/rtio.h>

High priority.

◆ RTIO_PRIO_LOW

#define RTIO_PRIO_LOW   0U

#include <include/zephyr/rtio/rtio.h>

Low priority.

◆ RTIO_PRIO_NORM

#define RTIO_PRIO_NORM   127U

#include <include/zephyr/rtio/rtio.h>

Normal priority.