__inl
#define inl(a) (__inl((volatile uint32_t *)(a)))
static __inline uint32_t __inl(volatile uint32_t *a);