HomeSort by: relevance | last modified time | path
    Searched defs:clip_threshold (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
tsllux.c 935 uint16_t clip_threshold; local in function:tsllux_get_lux
958 clip_threshold = TSL2561_CLIPPING_13MS;
962 clip_threshold = TSL2561_CLIPPING_101MS;
967 clip_threshold = TSL2561_CLIPPING_402MS;
971 if (broadband > clip_threshold || ir > clip_threshold) {
tsllux.c 935 uint16_t clip_threshold; local in function:tsllux_get_lux
958 clip_threshold = TSL2561_CLIPPING_13MS;
962 clip_threshold = TSL2561_CLIPPING_101MS;
967 clip_threshold = TSL2561_CLIPPING_402MS;
971 if (broadband > clip_threshold || ir > clip_threshold) {

Completed in 112 milliseconds