Home
last modified time | relevance | path

Searched refs:cpuint8 (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c86 const uint8_t *cpuint8; member
1509 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()