ISP_IOZGET_16
#define ISP_IOZGET_16(isp, s, d) d = (*((uint16_t *)s))
#define ISP_IOZGET_16(isp, s, d) d = bswap16(*((uint16_t *)(s)))