Searched full:acmp (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/drivers/sensor/nxp/mcux_acmp/ |
D | Kconfig | 1 # NXP MCUX analog comparator (ACMP) configuration options 8 bool "NXP MCUX Analog Comparator (ACMP)" 14 Enable driver for the NXP MCUX Analog Comparator (ACMP). 21 (ACMP).
|
/Zephyr-latest/samples/sensor/mcux_acmp/src/ |
D | main.c | 83 printf("ACMP input above threshold\n"); in acmp_input_handler() 85 printf("ACMP input below threshold\n"); in acmp_input_handler() 101 const struct device *const acmp = DEVICE_DT_GET(ACMP_NODE); in main() local 106 if (!device_is_ready(acmp)) { in main() 107 printf("ACMP device not ready"); in main() 111 /* Set ACMP attributes */ in main() 115 err = sensor_attr_set(acmp, SENSOR_CHAN_MCUX_ACMP_OUTPUT, in main() 126 /* Set ACMP triggers */ in main() 130 err = sensor_trigger_set(acmp, &trigger, acmp_trigger_handler); in main() 137 printf("Adjust ACMP input voltage by turning the potentiometer\n"); in main() [all …]
|
/Zephyr-latest/samples/sensor/mcux_acmp/ |
D | sample.yaml | 2 description: Demonstration of the NXP MCUX ACMP sensor driver 3 name: NXP MCUX ACMP sample 25 - "Adjust ACMP input voltage by turning the potentiometer" 26 - "ACMP input [a-z]* threshold"
|
D | README.rst | 2 :name: NXP MCUX Analog Comparator (ACMP) 5 Get analog comparator data from an NXP MCUX Analog Comparator (ACMP). 10 This sample show how to use the NXP MCUX Analog Comparator (ACMP) driver. The 15 provided by the ACMP Digital-to-Analog Converter (DAC). The input voltage for 30 ACMP input voltage by turning the on-board potentiometer. 41 ACMP input voltage by changing the voltage input to J25-13. 52 ACMP input voltage by changing the voltage input to J2-3. 63 ACMP input voltage by changing the voltage input to J2-3. 74 ACMP input voltage by changing the voltage input to J45-13.
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nxp,kinetis-acmp.yaml | 6 NXP Kinetis ACMP (Analog CoMParator) 10 acmp0: acmp@deadbeef { 11 compatible = "nxp,kinetis-acmp"; 39 compatible: "nxp,kinetis-acmp"
|
/Zephyr-latest/modules/hal_nxp/ |
D | Kconfig | 8 bool "Include ACMP driver from MCUX SDK"
|
/Zephyr-latest/drivers/comparator/ |
D | Kconfig.mcux_acmp | 5 bool "NXP MCUX ACMP comparator driver"
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mcux_acmp.h | 10 * @brief Extended public API for the NXP MCUX Analog Comparator (ACMP)
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 574 compatible = "nxp,kinetis-acmp"; 582 compatible = "nxp,kinetis-acmp"; 590 compatible = "nxp,kinetis-acmp";
|
D | nxp_rt118x.dtsi | 300 compatible = "nxp,kinetis-acmp"; 307 compatible = "nxp,kinetis-acmp"; 314 compatible = "nxp,kinetis-acmp"; 321 compatible = "nxp,kinetis-acmp";
|
D | nxp_rt11xx.dtsi | 1010 compatible = "nxp,kinetis-acmp"; 1017 compatible = "nxp,kinetis-acmp"; 1024 compatible = "nxp,kinetis-acmp"; 1031 compatible = "nxp,kinetis-acmp";
|
D | nxp_ke1xz.dtsi | 417 compatible = "nxp,kinetis-acmp";
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.0.rst | 273 * The ``nxp,`` prefixed properties in :dtcompatible:`nxp,kinetis-acmp` have been deprecated in favor 274 of properties without the prefix. The sensor based driver for the :dtcompatible:`nxp,kinetis-acmp`
|
D | release-notes-4.0.rst | 26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported. 361 …* Added uart, flexio pwm, flexio spi, watchdog, flash, rtc, i2c, lpspi, edma, gpio, acmp, adc and … 477 * Added support for NXP Kinetis ACMP (:dtcompatible:`nxp,kinetis-acmp`)
|
D | release-notes-2.5.rst | 541 * Added NXP MCUX ACMP driver.
|
D | release-notes-2.6.rst | 1912 * :github:`32475` - twister error building mcux acmp driver
|
/Zephyr-latest/boards/nxp/frdm_ke17z/doc/ |
D | index.rst | 65 | ACMP | on-chip | sensor |
|
/Zephyr-latest/boards/nxp/frdm_ke17z512/doc/ |
D | index.rst | 63 | ACMP | on-chip | sensor |
|
/Zephyr-latest/boards/nxp/twr_ke18f/doc/ |
D | index.rst | 79 | ACMP | on-chip | sensor |
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | soc.c | 296 /* Configure ACMP using MuxSysPll3Out */ in clock_init()
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/doc/ |
D | index.rst | 105 | ACMP | on-chip | sensor |
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/ |
D | index.rst | 156 | ACMP | on-chip | sensor | Supported | No support |
|
/Zephyr-latest/boards/nxp/vmu_rt1170/doc/ |
D | index.rst | 115 | ACMP | on-chip | sensor |
|