FreeBSD kernel IICBUS device code
ad7418_softc Struct Reference

Data Fields

device_t sc_dev
 
struct sx sc_lock
 
int sc_curchan
 
int sc_curtemp
 
int sc_curvolt
 
int sc_lastupdate
 

Detailed Description

Definition at line 60 of file ad7418.c.

Field Documentation

◆ sc_curchan

int ad7418_softc::sc_curchan

Definition at line 63 of file ad7418.c.

Referenced by ad7418_set_channel().

◆ sc_curtemp

int ad7418_softc::sc_curtemp

Definition at line 64 of file ad7418.c.

Referenced by ad7418_sysctl_temp(), and ad7418_update().

◆ sc_curvolt

int ad7418_softc::sc_curvolt

Definition at line 65 of file ad7418.c.

Referenced by ad7418_sysctl_voltage(), and ad7418_update().

◆ sc_dev

device_t ad7418_softc::sc_dev

Definition at line 61 of file ad7418.c.

Referenced by ad7418_attach(), ad7418_set_channel(), and ad7418_update().

◆ sc_lastupdate

int ad7418_softc::sc_lastupdate

Definition at line 66 of file ad7418.c.

Referenced by ad7418_attach(), and ad7418_update().

◆ sc_lock

struct sx ad7418_softc::sc_lock

Definition at line 62 of file ad7418.c.

Referenced by ad7418_attach(), ad7418_sysctl_temp(), ad7418_sysctl_voltage(), and ad7418_update().


The documentation for this struct was generated from the following file: