HomeSort by: relevance | last modified time | path
    Searched defs:aht20_crc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
aht20.c 40 static uint8_t aht20_crc(uint8_t *, size_t);
177 aht20_crc(uint8_t * data, size_t size) function in typeref:typename:uint8_t
432 testcrc = aht20_crc(&rawdata[0],6);

Completed in 11 milliseconds