Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
console.h File Reference

Go to the source code of this file.

Data Structures

struct  xencons_interface
 

Macros

#define MASK_XENCONS_IDX(idx, ring)
 

Typedefs

typedef uint32_t XENCONS_RING_IDX
 

Macro Definition Documentation

◆ MASK_XENCONS_IDX

#define MASK_XENCONS_IDX ( idx,
ring )
Value:
((idx) & (sizeof(ring)-1))

Typedef Documentation

◆ XENCONS_RING_IDX