RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs
ahbstat-regs.h File Reference

This header file defines the AHBSTAT register block interface. More...

#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  ahbstat
 This structure defines the AHBSTAT register block memory map. More...
 

Macros

#define AHBSTAT_AHBS_ME   0x2000U
 
#define AHBSTAT_AHBS_FW   0x1000U
 
#define AHBSTAT_AHBS_CF   0x800U
 
#define AHBSTAT_AHBS_AF   0x400U
 
#define AHBSTAT_AHBS_CE   0x200U
 
#define AHBSTAT_AHBS_NE   0x100U
 
#define AHBSTAT_AHBS_HWRITE   0x80U
 
#define AHBSTAT_AHBS_HMASTER_SHIFT   3
 
#define AHBSTAT_AHBS_HMASTER_MASK   0x78U
 
#define AHBSTAT_AHBS_HMASTER_GET(_reg)
 
#define AHBSTAT_AHBS_HMASTER_SET(_reg, _val)
 
#define AHBSTAT_AHBS_HMASTER(_val)
 
#define AHBSTAT_AHBS_HSIZE_SHIFT   0
 
#define AHBSTAT_AHBS_HSIZE_MASK   0x7U
 
#define AHBSTAT_AHBS_HSIZE_GET(_reg)
 
#define AHBSTAT_AHBS_HSIZE_SET(_reg, _val)
 
#define AHBSTAT_AHBS_HSIZE(_val)
 
#define AHBSTAT_AHBFAR_HADDR_SHIFT   0
 
#define AHBSTAT_AHBFAR_HADDR_MASK   0xffffffffU
 
#define AHBSTAT_AHBFAR_HADDR_GET(_reg)
 
#define AHBSTAT_AHBFAR_HADDR_SET(_reg, _val)
 
#define AHBSTAT_AHBFAR_HADDR(_val)
 

Typedefs

typedef struct ahbstat ahbstat
 This structure defines the AHBSTAT register block memory map.
 

Detailed Description

This header file defines the AHBSTAT register block interface.