__inw
#define inw(a) (__inw((volatile uint16_t *)(a)))
static __inline uint16_t __inw(volatile uint16_t *a);