OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tadc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
mpl115a.c
86
static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t
tadc
) ;
202
uint16_t padc,
tadc
;
local
214
tadc
= mpl115a_make_coeff(mpl115a_reg_read_1(sc, MPL115A_TADC_MSB),
218
aprint_normal_dev(sc->sc_dev, "padc %x,
tadc
%x\n", padc,
tadc
);
221
rv = mpl115a_calc(sc, padc,
tadc
);
232
mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t
tadc
)
245
fp_tadc =
tadc
>> 6;
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026