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);
|