| /src/sys/dev/i2c/ |
| aht20var.h | 36 bool sc_ignorecrc; member in struct:aht20_sc
|
| sgp40var.h | 44 bool sc_ignorecrc; member in struct:sgp40_sc
|
| sht4xvar.h | 39 bool sc_ignorecrc; member in struct:sht4x_sc
|
| si70xxvar.h | 40 bool sc_ignorecrc; member in struct:si70xx_sc
|
| sht3xvar.h | 47 bool sc_ignorecrc; member in struct:sht3x_sc
|
| aht20.c | 241 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc, 294 sc->sc_ignorecrc = false; 451 if (sc->sc_ignorecrc) {
|
| sht4x.c | 468 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc, 551 sc->sc_ignorecrc = false; 795 if (sc->sc_ignorecrc) {
|
| sgp40.c | 508 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc, 592 sc->sc_ignorecrc = false;
|
| si70xx.c | 542 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc, 624 sc->sc_ignorecrc = false; 938 if (sc->sc_ignorecrc) {
|
| sht3x.c | 1028 SYSCTL_DESCR("Ignore the CRC byte"), NULL, 0, &sc->sc_ignorecrc, 1099 sc->sc_ignorecrc = false; 1363 if (sc->sc_ignorecrc) {
|