__insl
#define insl(a,d,c) (__insl((volatile uint32_t *)(a), d, c))
static __inline void __insl(volatile uint32_t *, uint32_t *, size_t);