Searched full:comparator (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-Core-3.4.0/include/zephyr/drivers/sensor/ |
D | mcux_acmp.h | 10 * @brief Extended public API for the NXP MCUX Analog Comparator (ACMP) 47 /** Analog Comparator Output. */ 52 /** Analog Comparator Output rising event trigger. */ 54 /** Analog Comparator Output falling event trigger. */ 59 /** Analog Comparator hard block offset. */ 61 /** Analog Comparator hysteresis level. */ 64 * Analog Comparator Digital-to-Analog Converter voltage 68 /** Analog Comparator Digital-to-Analog Converter value. */ 70 /** Analog Comparator positive port input. */ 72 /** Analog Comparator positive mux input. */ [all …]
|
/Zephyr-Core-3.4.0/drivers/sensor/ite_vcmp_it8xxx2/ |
D | Kconfig | 1 # ITE Voltage Comparator driver configuration options 7 bool "ITE it8xxx2 Voltage Comparator" 12 This option enables the ITE it8xxx2 voltage comparator, 13 it8xxx2 supports six 10-bit resolution voltage comparator 14 channels, and the input of each comparator comes from ADC pin. 17 int "ITE it8xxx2 voltage comparator device instance init priority" 20 This option sets ITE voltage comparator device instance init priority. 25 bool "ITE it8xxx2 voltage comparator threshold detection uses internal work queue" 33 int "ITE it8xxx2 voltage comparator threshold detection work queue priority" 36 This option sets internal ITE voltage comparator threshold detection [all …]
|
D | vcmp_ite_it8xxx2.c | 33 /* Voltage comparator x control register */ 35 /* Voltage comparator x channel select MSB register */ 37 /* Voltage comparator scan period register */ 39 /* Voltage comparator x threshold data buffer MSB register */ 41 /* Voltage comparator x threshold data buffer LSB register */ 43 /* Voltage comparator status register */ 45 /* Voltage comparator status 2 register */ 47 /* Voltage comparator module irq */ 49 /* Voltage comparator channel */ 51 /* Scan period for "all voltage comparator channel" */ [all …]
|
/Zephyr-Core-3.4.0/drivers/sensor/mcux_acmp/ |
D | Kconfig | 1 # NXP MCUX analog comparator (ACMP) configuration options 7 bool "NXP MCUX Analog Comparator (ACMP)" 13 Enable driver for the NXP MCUX Analog Comparator (ACMP). 19 Enable trigger support for the NXP MCUX Analog Comparator
|
/Zephyr-Core-3.4.0/include/zephyr/dt-bindings/sensor/ |
D | it8xxx2_vcmp.h | 10 * @name it8xxx2 voltage comparator channel references 25 * @name it8xxx2 voltage comparator scan period for "all comparator channel" 45 * @name it8xxx2 voltage comparator interrupt trigger mode
|
/Zephyr-Core-3.4.0/dts/bindings/sensor/ |
D | ite,it8xxx2-vcmp.yaml | 4 description: ITE, it8xxx2 Voltage Comparator node 20 description: Voltage comparator channel. 26 Select the scan interval for all comparator channel. 35 threshold assert value that will trigger comparator interrupt.
|
D | nxp,kinetis-acmp.yaml | 4 description: NXP Kinetis Analog Comparator (ACMP) 20 Make the comparator output (CMP0) available on a packaged pin. 25 Use the unfiltered comparator output for CMP0.
|
D | nuvoton,adc-cmp.yaml | 27 threshold assert value that will trigger comparator event.
|
/Zephyr-Core-3.4.0/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 3 NPCX ADC Comparator 9 This sample show how to use the NPCX ADC Comparator driver. The 12 This application is a voltage comparator with hysteresis, upper limit is
|
D | sample.yaml | 2 description: Demonstration of nuvoton NPCX ADC comparator driver 3 name: NPCX ADC comparator sample
|
/Zephyr-Core-3.4.0/samples/sensor/mcux_acmp/ |
D | README.rst | 3 NXP MCUX Analog Comparator (ACMP) 9 This sample show how to use the NXP MCUX Analog Comparator (ACMP) driver. The 12 The input voltage for the the negative input of the analog comparator is 19 The output value of the analog comparator is reported on the console.
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | cc13x2_cc26x2_rtc_timer.c | 14 * scheduled using the RTC comparator. An interrupt is triggered whenever 15 * the comparator value set is reached. 52 * Due to the nature of clock synchronization, the comparator cannot be set 54 * a safe threshold for the comparator. 212 /* Set the comparator */ in sys_clock_set_timeout()
|
D | sam0_rtc_timer.c | 15 * scheduled using the RTC comparator. In ticking mode, RTC is configured to 49 * a safe threshold for the comparator. 211 /* Disable comparator for K_TICKS_FOREVER and other negative in sys_clock_set_timeout() 306 /* Non-tickless mode uses comparator together with MATCHCLR. */ in sys_clock_driver_init()
|
D | hpet.c | 27 * Each timer has a match register and a comparator, and can generate 80 /* Timer 0 Comparator Register */ 190 * @brief Write to the Timer Comparator Value Register 192 * This writes the specified value to the Timer Comparator 256 /* ensure the comparator is always set ahead of the current counter value */
|
D | Kconfig.apic | 64 counter with comparator eliminates almost all edge cases
|
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/cortex_m/ |
D | debug.c | 34 /* DWT Comparator match used for */ in z_arm_debug_monitor_event_error_check() 100 /* ASSERT that we have the comparator needed for the implementation */ in z_arm_debug_enable_null_pointer_detection() 106 /* Use comparator 0, R/W access check */ in z_arm_debug_enable_null_pointer_detection()
|
/Zephyr-Core-3.4.0/samples/sensor/adc_cmp_npcx/boards/ |
D | npcx9m6f_evb.overlay | 8 adc_cmp: comparator {
|
/Zephyr-Core-3.4.0/dts/bindings/adc/ |
D | nordic,nrf-comp.yaml | 4 description: Nordic nRF family COMP (Comparator)
|
D | nordic,nrf-lpcomp.yaml | 4 description: Nordic nRF family LPCOMP (Low-power Comparator)
|
/Zephyr-Core-3.4.0/dts/bindings/pwm/ |
D | sifive,pwm0.yaml | 20 description: Width of the PWM comparator in bits
|
/Zephyr-Core-3.4.0/include/zephyr/arch/arm/aarch32/cortex_a_r/ |
D | timer.h | 55 /* Disable IRQ and comparator */ in arm_arch_timer_set_compare() 63 /* enable comparator back, let set_irq_mask enabling the IRQ again */ in arm_arch_timer_set_compare()
|
/Zephyr-Core-3.4.0/soc/arm/microchip_mec/mec172x/reg/ |
D | mec172x_ecs.h | 109 /* Analog Comparator Control */ 116 /* Analog Comparator Sleep Control */
|
/Zephyr-Core-3.4.0/drivers/adc/ |
D | adc_ads1x1x.c | 94 /* Traditional comparator with hysteresis (default) */ 96 /* Window comparator */ 108 /* Non-latching comparator (default) */ 110 /* Latching comparator */ 121 /* Disable the comparator and put ALERT/RDY in high state (default) */ 397 /* disable comparator */ in ads1x1x_channel_setup()
|
/Zephyr-Core-3.4.0/boards/arm/qemu_cortex_m0/ |
D | nrf_timer_timer.c | 90 * comparator. in prevent_false_prev_evt() 205 /* FIXME - QEMU requires clearing the events when setting the comparator, in sys_clock_set_timeout()
|
/Zephyr-Core-3.4.0/tests/kernel/sleep/src/ |
D | usleep.c | 35 * its comparator.
|
123