Searched +full:fin +full:- +full:sel (Results 1 – 4 of 4) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.08 clock-frequency = <I2C_BITRATE_FAST>;12 sd-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;13 intb-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>;22 fref-divider = <1>;24 fin-sel = <2>;31 fref-divider = <1>;33 fin-sel = <2>;
4 * SPDX-License-Identifier: Apache-2.030 /* the following configuration is based on Fin = 16 Mhz */43 * PLL Fout = Fin * M/ (N *n NO)45 * Fref = Fin / N; Fvco = Fref * M Fout = Fvco / NO58 sysconf_reg_ptr->CLKSEL = CLKSEL_EXT_16M; in arc_iot_pll_conf_reg()60 sysconf_reg_ptr->PLLCON = val | (0x52000000); in arc_iot_pll_conf_reg()62 sysconf_reg_ptr->PLLCON = val | (1 << PLLCON_BIT_OFFSET_PLLRST); in arc_iot_pll_conf_reg()63 sysconf_reg_ptr->PLLCON = val & (~(1 << PLLCON_BIT_OFFSET_PLLRST)); in arc_iot_pll_conf_reg()65 while (!(sysconf_reg_ptr->PLLSTAT & (1 << PLLSTAT_BIT_OFFSET_PLLSTB))) { in arc_iot_pll_conf_reg()69 sysconf_reg_ptr->CLKSEL = CLKSEL_PLL; in arc_iot_pll_conf_reg()[all …]
2 # SPDX-License-Identifier: Apache-2.08 include: [sensor-device.yaml, i2c-device.yaml]11 sd-gpios:12 type: phandle-array18 intb-gpios:19 type: phandle-array28 Set to identify the sensor as FDC2114 or FDC2214 (4-channel version)33 Set the Auto-Scan Mode.36 "active-channel" (single channel mode).38 true = Auto-Scan conversions as selected by "rr-sequence"[all …]
4 * SPDX-License-Identifier: Apache-2.09 #include <zephyr/dt-bindings/sensor/lsm6dsv16x.h>10 #include <zephyr/dt-bindings/sensor/lsm6dso.h>11 #include <zephyr/dt-bindings/sensor/lsm6dso16is.h>12 #include <zephyr/dt-bindings/sensor/lps22hh.h>13 #include <zephyr/dt-bindings/sensor/lps2xdf.h>14 #include <zephyr/dt-bindings/sensor/lis2ds12.h>15 #include <zephyr/dt-bindings/sensor/lis2dw12.h>16 #include <zephyr/dt-bindings/sensor/ism330dhcx.h>17 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>[all …]