Searched +full:pulses +full:- +full:per +full:- +full:round (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.5.0/dts/bindings/tach/ |
D | ite,it8xxx2-tach.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ite,it8xxx2-tach" 8 include: [tach.yaml, pinctrl-device.yaml] 14 dvs-bit: 19 chsel-bit: 28 - 0 29 - 1 32 pulses-per-round: 35 description: number of pulses per round of tachometer's input 37 pinctrl-0: [all …]
|
D | nuvoton,npcx-tach.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Nuvoton, NPCX-Tachometer node 6 compatible: "nuvoton,npcx-tach" 8 include: [tach.yaml, pinctrl-device.yaml] 15 pinctrl-0: 17 pinctrl-names: 19 sample-clk: 26 description: selected port of tachometer (port-A is 0 and port-B is 1) 27 pulses-per-round: 29 description: number of pulses (holes) per round of tachometer's input (encoder)
|
/Zephyr-Core-3.5.0/boards/arm/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "npcx7m6fb_evb-pinctrl.dtsi" 19 zephyr,keyboard-scan = &kscan_input; 24 pwm-led0 = &pwm_led0_green; 26 pwm-0 = &pwm6; 28 i2c-0 = &i2c0_0; 30 peci-0 = &peci0; 32 spi-flash0 = &int_flash; 38 compatible = "pwm-leds"; [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/ite_tach_it8xxx2/ |
D | tach_ite_it8xxx2.c | 4 * SPDX-License-Identifier: Apache-2.0 22 * | | | +-----------+ | 23 * | +-----+-----+ | | _ _ |<--+ 24 * |------>| F1TL/MRR |<-+-| | |_| |_ |<--+ 25 * | +-----------+ +-----------+ | 26 * | capture pulses T0B (GPJ2) 29 * +-----------+ | 30 * Crystal-->| Prescaler |--->| Tachometer 1 T1A (GPD7) 31 * 32.768k +-----------+ | | +-----------+ | 32 * | +-----+-----+ | _ _ |<--+ [all …]
|
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "npcx9m6f_evb-pinctrl.dtsi" 19 zephyr,keyboard-scan = &kscan_input; 24 pwm-led0 = &pwm_led0_green; 28 pwm-0 = &pwm6; 30 i2c-0 = &i2c0_0; 33 peci-0 = &peci0; 35 spi-flash0 = &int_flash; 40 leds-pwm { [all …]
|
/Zephyr-Core-3.5.0/boards/arm/npcx4m8f_evb/ |
D | npcx4m8f_evb.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "npcx4m8f_evb-pinctrl.dtsi" 19 zephyr,keyboard-scan = &kscan_input; 23 pwm-led0 = &pwm_led0_green; 25 pwm-0 = &pwm6; 26 i2c-0 = &i2c0_0; 28 peci-0 = &peci0; 29 spi-flash0 = &int_flash; 33 leds-pwm { [all …]
|
/Zephyr-Core-3.5.0/boards/riscv/it82xx2_evb/ |
D | it82xx2_evb.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 8 #include <zephyr/dt-bindings/gpio/gpio.h> 10 #include <ite/it8xxx2-pinctrl-map.dtsi> 13 model = "IT82XX2 EV-Board"; 14 compatible = "ite,it82xx2-evb"; 17 i2c-0 = &i2c0; 18 peci-0 = &peci0; 22 pwm-0 = &pwm0; 27 zephyr,shell-uart = &uart1; [all …]
|
/Zephyr-Core-3.5.0/boards/riscv/it8xxx2_evb/ |
D | it8xxx2_evb.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 8 #include <zephyr/dt-bindings/gpio/gpio.h> 10 #include <ite/it8xxx2-pinctrl-map.dtsi> 13 model = "IT8XXX2 EV-Board"; 14 compatible = "ite,it8xxx2-evb"; 17 i2c-0 = &i2c0; 18 peci-0 = &peci0; 22 pwm-0 = &pwm0; 27 zephyr,shell-uart = &uart1; [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/nuvoton_tach_npcx/ |
D | tach_nuvoton_npcx.c | 4 * SPDX-License-Identifier: Apache-2.0 19 * | | +-----------+ TA Pin 20 * +-----------+ | +-----+-----+ | _ _ | | 21 * APB_CLK-->| Prescaler |--->|---+--->| Counter 1 |<--| _| |_| |_ |<--+ 22 * +-----------+ | | +-----------+ +-----------+ 25 * LFCLK--------------------->| | +-----------+ TB Pin 26 * | +-----+-----+ | _ _ | | 27 * |---+--->| Counter 2 |<--| _| |_| |_ |<--+ 28 * | | +-----------+ +-----------+ 32 * +---------- [all …]
|