Dataflow Runtime API  3.0.3.0
Macros
RegisterIoMacros.h File Reference

Macros

#define HWREG_32(x)    (*((volatile uint32_t *)(x)))
 
#define HWREG_16(x)    (*((volatile uint16_t *)(x)))
 
#define HWREG_8(x)    (*((volatile uint8_t *)(x)))
 

Macro Definition Documentation

◆ HWREG_16

#define HWREG_16 (   x)     (*((volatile uint16_t *)(x)))

◆ HWREG_32

#define HWREG_32 (   x)     (*((volatile uint32_t *)(x)))

◆ HWREG_8

#define HWREG_8 (   x)     (*((volatile uint8_t *)(x)))