Searched full:tachometer (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/drivers/sensor/ite/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" 13 Enable the ITE it8xxx2 tachometer sensor, 14 it8xxx2 supports two 16-bit tachometer sensor, each sensor has two
|
/Zephyr-latest/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 | ene,kb1200-tach.yaml | 4 description: ENE, KB1200-Tachometer node 17 description: number of pulses (holes) per round of tachometer's input (encoder) 28 sampling time of tachometer. Please notice that it must be 2/8/16/64 us.
|
D | microchip,xec-tach.yaml | 4 description: Microchip XEC tachometer controller
|
/Zephyr-latest/drivers/sensor/ene_tach_kb1200/ |
D | Kconfig | 1 # KB1200 tachometer sensor configuration options 7 bool "ENE KB1200 tachometer sensor" 12 Enable tachometer sensor for ENE KB1200.
|
D | tach_ene_kb1200.c | 15 /* tachometer controller base address */ 17 /* number of pulses (holes) per round of tachometer's input (encoder) */ 19 /* sampling clock timing of tachometer (us) */ 26 /* Captured counts of tachometer */ 36 /* Configure clock module and its frequency of tachometer */ in tach_kb1200_configure() 65 /* Check tachometer timeout flag*/ in tach_kb1200_sample_fetch() 73 /* Check tachometer update flag is set */ in tach_kb1200_sample_fetch()
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/ |
D | Kconfig | 1 # NPCX tachometer sensor configuration options 7 bool "Nuvoton NPCX Tachometer sensor" 13 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-latest/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-latest/drivers/sensor/microchip/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-latest/soc/microchip/mec/common/reg/ |
D | mec_tach.h | 83 /** @brief Tachometer Registers (TACH) */
|
/Zephyr-latest/boards/ite/it82xx2_evb/ |
D | it82xx2_evb.dts | 161 /* fan tachometer sensor */
|
/Zephyr-latest/boards/ite/it8xxx2_evb/ |
D | it8xxx2_evb.dts | 146 /* fan tachometer sensor */
|
/Zephyr-latest/boards/ene/kb1200_evb/doc/ |
D | index.rst | 50 | TACH | on-chip | tachometer sensor |
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/ |
D | index.rst | 47 | TACH | on-chip | tachometer sensor |
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/ |
D | index.rst | 47 | TACH | on-chip | tachometer sensor |
|
/Zephyr-latest/dts/riscv/ite/ |
D | it8xxx2-pinctrl-map.dtsi | 359 /* Tachometer alternate function */
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx7/ |
D | npcx7-pinctrl.dtsi | 118 /* Tachometer peripheral interfaces */
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-pinctrl.dtsi | 127 /* Tachometer peripheral interfaces */
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/doc/ |
D | mec172xmodular_assy6930.rst | 70 | TACH | on-chip | tachometer |
|
/Zephyr-latest/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-pinctrl.dtsi | 146 /* Tachometer peripheral interfaces */
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/ |
D | index.rst | 67 | TACH | on-chip | tachometer |
|
12