Lines Matching refs:pktLen
60 const int pktLen = 11; in submitPasswd() local
61 uint8_t buf[pktLen]; in submitPasswd()
79 if (m_i2c.write(buf, pktLen)) in submitPasswd()
91 const int pktLen = 11; in writePasswd() local
92 uint8_t buf[pktLen]; in writePasswd()
110 if (m_i2c.write(buf, pktLen)) in writePasswd()
214 const int pktLen = 3; in EEPROM_Write_Byte() local
215 uint8_t buf[pktLen]; in EEPROM_Write_Byte()
222 if ((rv = m_i2c.write(buf, pktLen))) in EEPROM_Write_Byte()
233 const int pktLen = 2 + len; in EEPROM_Write_Bytes() local
234 uint8_t buf[pktLen]; in EEPROM_Write_Bytes()
243 if ((rv = m_i2c.write(buf, pktLen))) in EEPROM_Write_Bytes()
267 const int pktLen = 1; in EEPROM_Read_Byte() local
272 if (m_i2c.read(buf, pktLen) != pktLen) in EEPROM_Read_Byte()