Home | History | Annotate | Download | only in ams_tmd4903

Lines Matching defs:MIN2

136 #define MIN2(a,b) (((a) < (b)) ? (a) : (b))
405 return MIN2(MAX2(0.0f, lux), AMS_TMD4903_ALS_MAX_REPORT_VALUE);