KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dev_suart.h File Reference

White Rabbit Simple UART register declarations and bitfields. More...

#include "dev_defs.h"

Go to the source code of this file.

Data Structures

struct  SUART_Device
 Structure defines White Rabbit Simple Uart. More...
 

Macros

#define SDB_ID_SUART   0xE2D13D04
 
#define SUART_STATUS_RX_RDY   0x00000002
 Uart has rx data ready.
 
#define SUART_STATUS_TX_BUSY   0x00000001
 Uart tx is busy.
 
#define SUART_HOST_RX_READY   0x00000100
 
#define SUART_HOST_RX_READY   0x00000100
 
#define SUART_HOST_RX_DATAMASK   0x000000FF
 
#define SUART_HOST_TX_DATAMASK   0x000000FF
 

Detailed Description

White Rabbit Simple UART register declarations and bitfields.

Definition in file dev_suart.h.