Searched +full:opt4001 +full:- +full:sot +full:- +full:5 +full:x3 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/light/ti,opt4001.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments OPT4001 Ambient Light Sensor10 - Stefan Windfeldt-Prytz <stefan.windfeldt-prytz@axis.com>15 Picostar is a 4 pinned SMT and sot-5x3 is a 8 pinned SOT.16 https://www.ti.com/lit/gpn/opt400121 - ti,opt4001-picostar22 - ti,opt4001-sot-5x3[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Datasheet: https://www.ti.com/lit/gpn/opt40017 * Device driver for the Texas Instruments OPT4001.19 /* OPT4001 register set */25 /* OPT4001 register mask */32 /* OPT4001 device id mask */35 /* OPT4001 control registers mask */39 #define OPT4001_CTRL_OPER_MODE_MASK GENMASK(5, 4)44 /* OPT4001 constants */47 /* OPT4001 operating modes */[all …]