Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
console.h File Reference

Go to the source code of this file.

Data Structures

struct  xencons_interface
 

Macros

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

Typedefs

typedef uint32_t XENCONS_RING_IDX
 

Macro Definition Documentation

◆ MASK_XENCONS_IDX

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

Typedef Documentation

◆ XENCONS_RING_IDX