OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:broadband
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
tsllux.c
744
tsllux_get_sensor_data(struct tsllux_softc *sc, uint16_t *
broadband
,
816
if (
broadband
!= NULL)
817
*
broadband
= adc0;
934
uint16_t
broadband
, ir;
local in function:tsllux_get_lux
940
if ((error = tsllux_get_sensor_data(sc, &
broadband
, &ir)) != 0)
971
if (
broadband
> clip_threshold || ir > clip_threshold) {
996
channel0 = ((uint32_t)
broadband
* scale) >> TSL2561_LUX_CHSCALE;
999
/* Find the ratio of the channel values (ir /
broadband
) */
1043
*raw_broadband =
broadband
;
tsllux.c
744
tsllux_get_sensor_data(struct tsllux_softc *sc, uint16_t *
broadband
,
816
if (
broadband
!= NULL)
817
*
broadband
= adc0;
934
uint16_t
broadband
, ir;
local in function:tsllux_get_lux
940
if ((error = tsllux_get_sensor_data(sc, &
broadband
, &ir)) != 0)
971
if (
broadband
> clip_threshold || ir > clip_threshold) {
996
channel0 = ((uint32_t)
broadband
* scale) >> TSL2561_LUX_CHSCALE;
999
/* Find the ratio of the channel values (ir /
broadband
) */
1043
*raw_broadband =
broadband
;
Completed in 23 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025