ISP_IOXGET_8
#define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s))
#define ISP_IOXGET_8(isp, s, d) d = *(s)