/src/sys/dev/i2c/ |
sgp40.c | 405 uint8_t fullcmd[8]; local in function:sgp40_cmdr 415 memset(fullcmd, 0, 8); 417 fullcmd[0] = cmd >> 8; 418 fullcmd[1] = cmd & 0x00ff; 423 fullcmd[cmdlen] = extraargs[n]; 429 device_xname(sc->sc_dev), fullcmd[0], fullcmd[1], 430 fullcmd[2], fullcmd[3], fullcmd[4], fullcmd[5] [all...] |
sgp40.c | 405 uint8_t fullcmd[8]; local in function:sgp40_cmdr 415 memset(fullcmd, 0, 8); 417 fullcmd[0] = cmd >> 8; 418 fullcmd[1] = cmd & 0x00ff; 423 fullcmd[cmdlen] = extraargs[n]; 429 device_xname(sc->sc_dev), fullcmd[0], fullcmd[1], 430 fullcmd[2], fullcmd[3], fullcmd[4], fullcmd[5] [all...] |
sgp40.c | 405 uint8_t fullcmd[8]; local in function:sgp40_cmdr 415 memset(fullcmd, 0, 8); 417 fullcmd[0] = cmd >> 8; 418 fullcmd[1] = cmd & 0x00ff; 423 fullcmd[cmdlen] = extraargs[n]; 429 device_xname(sc->sc_dev), fullcmd[0], fullcmd[1], 430 fullcmd[2], fullcmd[3], fullcmd[4], fullcmd[5] [all...] |