__outwrb
#define outwrb(a,v) (__outwrb((volatile uint16_t *)(a), v))
static __inline void __outwrb(volatile uint16_t *a, uint16_t v);