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

  /src/sys/dev/i2c/
aht20.c 169 aht20_cmdr(struct aht20_sc *sc, uint8_t *cmd, uint8_t clen, uint8_t *buf, size_t blen) function in typeref:typename:int
321 error = aht20_cmdr(sc, cmd, 1, NULL, 0);
417 error = aht20_cmdr(sc, cmd, 3, rawdata, 7);
488 error = aht20_cmdr(sc, cmd, 3, NULL, 0);
aht20.c 169 aht20_cmdr(struct aht20_sc *sc, uint8_t *cmd, uint8_t clen, uint8_t *buf, size_t blen) function in typeref:typename:int
321 error = aht20_cmdr(sc, cmd, 1, NULL, 0);
417 error = aht20_cmdr(sc, cmd, 3, rawdata, 7);
488 error = aht20_cmdr(sc, cmd, 3, NULL, 0);

Completed in 166 milliseconds