Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpi2c.c1011 uint32_t u32rxLen = 0u; in LPI2C_ReadMultiBytes() local
1044 rdata[u32rxLen++] = (uint8_t) LPI2C_GET_DATA(lpi2c); /* Receive Data */ in LPI2C_ReadMultiBytes()
1045 if(u32rxLen < (u32rLen - 1u)) in LPI2C_ReadMultiBytes()
1055 rdata[u32rxLen++] = (uint8_t) LPI2C_GET_DATA(lpi2c); /* Receive Data */ in LPI2C_ReadMultiBytes()
1068 …return u32rxLen; /* Return bytes length that … in LPI2C_ReadMultiBytes()
1173 uint32_t u32rxLen = 0u; in LPI2C_ReadMultiBytesOneReg() local
1221 rdata[u32rxLen++] = (uint8_t) LPI2C_GET_DATA(lpi2c); /* Receive Data */ in LPI2C_ReadMultiBytesOneReg()
1222 if(u32rxLen < (u32rLen - 1u)) in LPI2C_ReadMultiBytesOneReg()
1232 rdata[u32rxLen++] = (uint8_t) LPI2C_GET_DATA(lpi2c); /* Receive Data */ in LPI2C_ReadMultiBytesOneReg()
1245 …return u32rxLen; /* Return bytes length that have be… in LPI2C_ReadMultiBytesOneReg()
[all …]
Di2c.c1254 uint32_t u32rxLen = 0u; in I2C_ReadMultiBytes() local
1287 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1288 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytes()
1298 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1311 …return u32rxLen; /* Return bytes length that … in I2C_ReadMultiBytes()
1416 uint32_t u32rxLen = 0u; in I2C_ReadMultiBytesOneReg() local
1464 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1465 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytesOneReg()
1475 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1488 …return u32rxLen; /* Return bytes length that have be… in I2C_ReadMultiBytesOneReg()
[all …]
Dusci_i2c.c1246 uint32_t u32rxLen = 0U, u32TimeOutCount = 0U; in UI2C_ReadMultiBytes() local
1284 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1286 if (u32rxLen < (u32rLen - 1U)) in UI2C_ReadMultiBytes()
1298 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1319 …return u32rxLen; /* Return bytes length tha… in UI2C_ReadMultiBytes()
1456 uint32_t u32rxLen = 0U, u32TimeOutCount = 0U; in UI2C_ReadMultiBytesOneReg() local
1516 rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1518 if (u32rxLen < u32rLen - 1U) in UI2C_ReadMultiBytesOneReg()
1530 … rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1551 …return u32rxLen; /* Return bytes length that have be… in UI2C_ReadMultiBytesOneReg()
[all …]
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c1110 uint32_t u32rxLen = 0u; in I2C_ReadMultiBytes() local
1130 rdata[u32rxLen++] = (unsigned char) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1131 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytes()
1141 rdata[u32rxLen++] = (unsigned char) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1154 …return u32rxLen; /* Return bytes length that … in I2C_ReadMultiBytes()
1246 uint32_t u32rxLen = 0u; in I2C_ReadMultiBytesOneReg() local
1281 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1282 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytesOneReg()
1292 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1305 …return u32rxLen; /* Return bytes length that have be… in I2C_ReadMultiBytesOneReg()
[all …]
Dusci_i2c.c1173 uint32_t u32rxLen = 0U; in UI2C_ReadMultiBytes() local
1201 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1203 if (u32rxLen < (u32rLen - 1U)) in UI2C_ReadMultiBytes()
1215 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1236 …return u32rxLen; /* Return bytes length tha… in UI2C_ReadMultiBytes()
1362 uint32_t u32rxLen = 0U; in UI2C_ReadMultiBytesOneReg() local
1412 rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1414 if (u32rxLen < u32rLen - 1U) in UI2C_ReadMultiBytesOneReg()
1426 … rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1447 …return u32rxLen; /* Return bytes length that have be… in UI2C_ReadMultiBytesOneReg()
[all …]
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c1228 uint32_t u32rxLen = 0u, u32TimeOutCount = 0u; in I2C_ReadMultiBytes() local
1260 rdata[u32rxLen++] = (unsigned char) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1261 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytes()
1271 rdata[u32rxLen++] = (unsigned char) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytes()
1284 …return u32rxLen; /* Return bytes length that … in I2C_ReadMultiBytes()
1391 uint32_t u32rxLen = 0u, u32TimeOutCount = 0u; in I2C_ReadMultiBytesOneReg() local
1438 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1439 if(u32rxLen < (u32rLen - 1u)) in I2C_ReadMultiBytesOneReg()
1449 rdata[u32rxLen++] = (uint8_t) I2C_GET_DATA(i2c); /* Receive Data */ in I2C_ReadMultiBytesOneReg()
1462 …return u32rxLen; /* Return bytes length that have be… in I2C_ReadMultiBytesOneReg()
[all …]
Dusci_i2c.c1239 uint32_t u32rxLen = 0U, u32TimeOutCount = 0U; in UI2C_ReadMultiBytes() local
1277 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1279 if (u32rxLen < (u32rLen - 1U)) in UI2C_ReadMultiBytes()
1291 rdata[u32rxLen++] = (unsigned char) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytes()
1312 …return u32rxLen; /* Return bytes length tha… in UI2C_ReadMultiBytes()
1451 uint32_t u32rxLen = 0U, u32TimeOutCount = 0U; in UI2C_ReadMultiBytesOneReg() local
1511 rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1513 if (u32rxLen < u32rLen - 1U) in UI2C_ReadMultiBytesOneReg()
1525 … rdata[u32rxLen++] = (uint8_t) UI2C_GET_DATA(ui2c); /* Receive Data */ in UI2C_ReadMultiBytesOneReg()
1546 …return u32rxLen; /* Return bytes length that have be… in UI2C_ReadMultiBytesOneReg()
[all …]