OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sht4x_resolutions
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
sht4x.c
133
static struct sht4x_resolution
sht4x_resolutions
[] = {
variable in typeref:struct:sht4x_resolution
246
for (i = 0; i < __arraycount(
sht4x_resolutions
); i++) {
247
if (strncmp(node.sysctl_data,
sht4x_resolutions
[i].text,
253
if (i == __arraycount(
sht4x_resolutions
))
671
for (i = 0; i < __arraycount(
sht4x_resolutions
); i++) {
672
if (strncmp(resolution,
sht4x_resolutions
[i].text,
674
r =
sht4x_resolutions
[i].cmd;
679
if (i == __arraycount(
sht4x_resolutions
))
sht4x.c
133
static struct sht4x_resolution
sht4x_resolutions
[] = {
variable in typeref:struct:sht4x_resolution
246
for (i = 0; i < __arraycount(
sht4x_resolutions
); i++) {
247
if (strncmp(node.sysctl_data,
sht4x_resolutions
[i].text,
253
if (i == __arraycount(
sht4x_resolutions
))
671
for (i = 0; i < __arraycount(
sht4x_resolutions
); i++) {
672
if (strncmp(resolution,
sht4x_resolutions
[i].text,
674
r =
sht4x_resolutions
[i].cmd;
679
if (i == __arraycount(
sht4x_resolutions
))
Completed in 64 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026