Searched refs:abuf (Results 1 – 3 of 3) sorted by relevance
255 uint8_t abuf[apktLen]; in EEPROM_Read_Byte() local257 abuf[0] = ((address >> 8) & 0xff); in EEPROM_Read_Byte()258 abuf[1] = (address & 0xff); in EEPROM_Read_Byte()260 if (m_i2c.write(abuf, apktLen)) in EEPROM_Read_Byte()286 uint8_t abuf[apktLen]; in EEPROM_Read_Bytes() local288 abuf[0] = ((address >> 8) & 0xff); in EEPROM_Read_Bytes()289 abuf[1] = (address & 0xff); in EEPROM_Read_Bytes()291 if (m_i2c.write(abuf, apktLen)) in EEPROM_Read_Bytes()
1032 wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen) in wchar2ascii() argument1046 *abuf++ = (char) *wbuf++; in wchar2ascii()1049 *abuf = '\0'; in wchar2ascii()
365 extern ulong wchar2ascii(char *abuf, ushort *wbuf, ushort wbuflen, ulong abuflen);