Operates the unsigned multiply-accumulate.
#include “r_cg_macrodriver.h” #include “r_cg_mac32bit.h” void R_MAC32Bit_MACUnsigned(uint32_t data_a, uint32_t data_b, mac32bit_uint64_t * buffer_64bit); |
See R_MAC32bit_MULUnsigned for details about the mac32bit_uint64_t. |