Searched refs:cpuint8 (Results 1 – 1 of 1) sorted by relevance
86 const uint8_t *cpuint8; member1509 buf.cpuint8 = (const uint8_t *)((const void *)txBuff); in I3C_MasterSend()1535 base->MWDATAH = (uint32_t)buf.cpuint8[1] << 8UL | (uint32_t)buf.cpuint8[0]; in I3C_MasterSend()1539 base->MWDATAB = *buf.cpuint8; in I3C_MasterSend()1546 base->MWDATAHE = (uint32_t)buf.cpuint8[1] << 8UL | (uint32_t)buf.cpuint8[0]; in I3C_MasterSend()1550 base->MWDATABE = *buf.cpuint8; in I3C_MasterSend()