__inswrb
#define inswrb(a,d,c) (__inswrb((volatile uint16_t *)(a), d, c))
static __inline void __inswrb(volatile uint16_t *, uint16_t *, size_t);