Searched refs:ACC_UA_GET16 (Results 1 – 2 of 2) sorted by relevance
2812 #define ACC_UA_GET16(p) (* (__acc_ua_volatile const acc_uint16e_t*) (__acc_ua_volatile cons… macro2815 # define ACC_UA_GET_BE16(p) ACC_UA_GET16(p)2818 # define ACC_UA_GET_LE16(p) ACC_UA_GET16(p)2844 # define ACC_UA_COPY16(d,s) ACC_UA_SET16(d, ACC_UA_GET16(s))3239 #define ACC_UA_GET16(p) (* (__acc_ua_volatile const acc_uint16e_t*) (__acc_ua_volatile cons… macro3242 # define ACC_UA_GET_BE16(p) ACC_UA_GET16(p)3245 # define ACC_UA_GET_LE16(p) ACC_UA_GET16(p)3271 # define ACC_UA_COPY16(d,s) ACC_UA_SET16(d, ACC_UA_GET16(s))
2150 # define UA_GET16 ACC_UA_GET16