Searched full:tachometer (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-Core-3.5.0/drivers/sensor/ite_tach_it8xxx2/ |
D | tach_ite_it8xxx2.c | 11 * @brief ITE it8xxx2 tachometer sensor module driver 13 * This file contains a driver for the tachometer sensor module which contains 15 * Tachometer Reading Register is still update based on the sampling counter 16 * that samples the tachometer input (T0A, T0B, T1A or T1B pins). 21 * | Tachometer 0 | T0A (GPD6) 30 * Crystal-->| Prescaler |--->| Tachometer 1 T1A (GPD7) 62 /* Fan x tachometer LSB reading register */ 64 /* Fan x tachometer MSB reading register */ 66 /* Tachometer switch control register */ 68 /* Tachometer data valid bit of tswctlr register */ [all …]
|
D | Kconfig | 1 # ITE tachometer sensor configuration options 7 bool "ITE it8xxx2 Tachometer sensor" 12 Enable the ITE it8xxx2 tachometer sensor, 13 it8xxx2 supports two 16-bit tachometer sensor, each sensor has two
|
/Zephyr-Core-3.5.0/dts/bindings/tach/ |
D | ite,it8xxx2-tach.yaml | 4 description: ITE, it8xxx2 Tachometer node 17 description: tachometer data valid bit of tswctlr register 22 description: tachometer data valid status bit of tswctlr register 35 description: number of pulses per round of tachometer's input
|
D | nuvoton,npcx-tach.yaml | 4 description: Nuvoton, NPCX-Tachometer node 22 sampling clock frequency of tachometer. Please notice that it must be 26 description: selected port of tachometer (port-A is 0 and port-B is 1) 29 description: number of pulses (holes) per round of tachometer's input (encoder)
|
D | microchip,xec-tach.yaml | 4 description: Microchip XEC tachometer controller
|
/Zephyr-Core-3.5.0/drivers/sensor/nuvoton_tach_npcx/ |
D | Kconfig | 1 # NPCX tachometer sensor configuration options 7 bool "Nuvoton NPCX Tachometer sensor" 12 Enable the "Nuvoton NPCX tachometer sensor.
|
D | tach_nuvoton_npcx.c | 11 * @brief Nuvoton NPCX tachometer sensor module driver 13 * This file contains a driver for the tachometer sensor module which contains 33 * (NPCX Tachometer Mode 5, Dual-Independent Input Capture) 55 /* tachometer controller base address */ 59 /* sampling clock frequency of tachometer */ 61 /* selected port of tachometer */ 63 /* number of pulses (holes) per round of tachometer's input (encoder) */ 73 /* Captured counts of tachometer */ 85 /* Operation mode used for tachometer */ 87 /* Clock selection for tachometer */ [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/sensor/ |
D | it8xxx2_tach.h | 10 * @name Tachometer channels 14 /** Tachometer channel A */ 16 /** Tachometer channel B */
|
D | npcx_tach.h | 9 /* NPCX tachometer port type */ 13 /* NPCX tachometer specific operate frequency */
|
/Zephyr-Core-3.5.0/drivers/sensor/mchp_tach_xec/ |
D | Kconfig | 1 # Microchip mec15xx tachometer sensor configuration options 7 bool "XEC Tachometer sensor" 13 Enable the Microchip XEC tachometer sensor.
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/reg/ |
D | mec_tach.h | 83 /** @brief Tachometer Registers (TACH) */
|
/Zephyr-Core-3.5.0/boards/riscv/it82xx2_evb/ |
D | it82xx2_evb.dts | 156 /* fan tachometer sensor */
|
/Zephyr-Core-3.5.0/boards/riscv/it8xxx2_evb/ |
D | it8xxx2_evb.dts | 141 /* fan tachometer sensor */
|
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/doc/ |
D | index.rst | 54 | TACH | on-chip | tachometer sensor |
|
/Zephyr-Core-3.5.0/boards/arm/npcx4m8f_evb/doc/ |
D | index.rst | 54 | TACH | on-chip | tachometer sensor |
|
/Zephyr-Core-3.5.0/dts/riscv/ite/ |
D | it8xxx2-pinctrl-map.dtsi | 359 /* Tachometer alternate function */
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-pinctrl.dtsi | 110 /* Tachometer peripheral interfaces */
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-pinctrl.dtsi | 119 /* Tachometer peripheral interfaces */
|
/Zephyr-Core-3.5.0/boards/arm/mec172xmodular_assy6930/doc/ |
D | mec172xmodular_assy6930.rst | 80 | TACH | on-chip | tachometer |
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-pinctrl.dtsi | 130 /* Tachometer peripheral interfaces */
|
/Zephyr-Core-3.5.0/boards/arm/mec15xxevb_assy6853/doc/ |
D | index.rst | 74 | TACH | on-chip | tachometer |
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/common/ |
D | chip_chipregs.h | 38 * EC clock frequency (PWM and tachometer driver need it to reply 234 /* 0x048: Tachometer Switch Control */
|
/Zephyr-Core-3.5.0/boards/arm/mec172xevb_assy6906/doc/ |
D | index.rst | 68 | TACH | on-chip | tachometer |
|
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/reg/ |
D | reg_def.h | 1363 * Tachometer (TACH) Sensor device registers
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.0.rst | 586 * Added ITE IT8XX2 tachometer driver.
|
12