Searched full:max31790 (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/drivers/sensor/maxim/max31790/ |
D | Kconfig | 5 bool "MAX31790 sensors" 9 Enable sensors for the MAX31790 PWM controller. 12 bool "MAX31790 fan speed sensor" 17 Enable driver for the MAX31790 fan speed sensor. 20 bool "MAX31790 fan fault sensor" 25 Enable driver for the MAX31790 fan fault sensor.
|
D | max31790_fan_fault.c | 9 #include <zephyr/drivers/mfd/max31790.h> 11 #include <zephyr/drivers/sensor/max31790.h>
|
D | max31790_fan_speed.c | 9 #include <zephyr/drivers/mfd/max31790.h>
|
/Zephyr-latest/dts/bindings/sensor/ |
D | maxim,max31790-fan-fault.yaml | 4 description: fan fault measurement of Maxim Integrated MAX31790 PWM Controller 6 compatible: "maxim,max31790-fan-fault" 10 on-bus: max31790
|
D | maxim,max31790-fan-speed.yaml | 4 description: fan speed measurement of Maxim Integrated MAX31790 PWM Controller 6 compatible: "maxim,max31790-fan-speed" 10 on-bus: max31790
|
/Zephyr-latest/dts/bindings/mfd/ |
D | maxim,max31790.yaml | 4 description: Maxim MAX31790 6-channel I2C-bus PWM controller, MFD device 6 compatible: "maxim,max31790" 10 bus: max31790
|
/Zephyr-latest/dts/bindings/pwm/ |
D | maxim,max31790-pwm.yaml | 4 description: Maxim MAX31790 6-channel I2C-bus PWM controller 6 compatible: "maxim,max31790-pwm" 10 on-bus: max31790
|
/Zephyr-latest/tests/drivers/build_all/pwm/ |
D | max31790.overlay | 10 max31790_max31790: max31790@20 { 11 compatible = "maxim,max31790"; 16 compatible = "maxim,max31790-pwm";
|
D | testcase.yaml | 57 drivers.pwm.max31790.build: 59 extra_args: DTC_OVERLAY_FILE=max31790.overlay
|
/Zephyr-latest/tests/drivers/build_all/pwm/boards/ |
D | native_sim.overlay | 19 test_i2c_max31790: max31790@0 { 20 compatible = "maxim,max31790"; 25 compatible = "maxim,max31790-pwm";
|
/Zephyr-latest/include/zephyr/drivers/pwm/ |
D | max31790.h | 11 * @name custom PWM flags for MAX31790 13 * They allow the usage of the RPM mode, which will cause the MAX31790 to 32 * can be taken from the datasheet of the MAX31790. 40 * can be found in the datasheet of the MAX31790. 52 * in the datasheet of the MAX31790.
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.max31790 | 5 bool "Maxim Integrated MAX31790 I2C configurable PWM controller" 10 Enable driver for Maxim Integrated MAX31790.
|
D | Kconfig | 27 source "drivers/mfd/Kconfig.max31790"
|
D | mfd_max31790.c | 11 #include <zephyr/drivers/mfd/max31790.h>
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.max31790 | 8 bool "MAX31790 6-channel I2C-bus PWM controller" 13 Enable driver for MAX31790 6-channel I2C-bus PWM controller.
|
D | Kconfig | 93 source "drivers/pwm/Kconfig.max31790"
|
D | pwm_max31790.c | 11 #include <zephyr/drivers/mfd/max31790.h> 13 #include <zephyr/drivers/pwm/max31790.h>
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | max31790.h | 11 /* MAX31790 specific channels */
|
/Zephyr-latest/drivers/sensor/maxim/ |
D | CMakeLists.txt | 9 add_subdirectory_ifdef(CONFIG_MAX31790_SENSOR max31790)
|
D | Kconfig | 9 source "drivers/sensor/maxim/max31790/Kconfig"
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 913 test_i2c_max31790: max31790@85 { 914 compatible = "maxim,max31790"; 919 compatible = "maxim,max31790-fan-fault"; 924 compatible = "maxim,max31790-fan-speed"; 930 compatible = "maxim,max31790-fan-speed"; 936 compatible = "maxim,max31790-fan-speed"; 942 compatible = "maxim,max31790-fan-speed"; 948 compatible = "maxim,max31790-fan-speed"; 954 compatible = "maxim,max31790-fan-speed";
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 208 * The driver for :dtcompatible:`maxim,max31790` got split up into a MFD and an 214 max31790_max31790: max31790@20 { 215 compatible = "maxim,max31790"; 226 max31790_max31790: max31790@20 { 227 compatible = "maxim,max31790"; 232 compatible = "maxim,max31790-pwm";
|
D | release-notes-3.7.rst | 977 * New driver :dtcompatible:`maxim,max31790`. 1131 * Added MAX31790 fan speed and fan fault sensor 1132 (:dtcompatible:`maxim,max31790-fan-fault` and :dtcompatible:`maxim,max31790-fan-speed`).
|
D | release-notes-3.5.rst | 643 * Added driver for MAX31790. 1409 * :dtcompatible:`maxim,max31790`
|