Home
last modified time | relevance | path

Searched full:max31790 (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/drivers/sensor/maxim/max31790/
DKconfig5 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.
Dmax31790_fan_fault.c9 #include <zephyr/drivers/mfd/max31790.h>
11 #include <zephyr/drivers/sensor/max31790.h>
Dmax31790_fan_speed.c9 #include <zephyr/drivers/mfd/max31790.h>
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max31790-fan-fault.yaml4 description: fan fault measurement of Maxim Integrated MAX31790 PWM Controller
6 compatible: "maxim,max31790-fan-fault"
10 on-bus: max31790
Dmaxim,max31790-fan-speed.yaml4 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/
Dmaxim,max31790.yaml4 description: Maxim MAX31790 6-channel I2C-bus PWM controller, MFD device
6 compatible: "maxim,max31790"
10 bus: max31790
/Zephyr-latest/dts/bindings/pwm/
Dmaxim,max31790-pwm.yaml4 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/
Dmax31790.overlay10 max31790_max31790: max31790@20 {
11 compatible = "maxim,max31790";
16 compatible = "maxim,max31790-pwm";
Dtestcase.yaml57 drivers.pwm.max31790.build:
59 extra_args: DTC_OVERLAY_FILE=max31790.overlay
/Zephyr-latest/tests/drivers/build_all/pwm/boards/
Dnative_sim.overlay19 test_i2c_max31790: max31790@0 {
20 compatible = "maxim,max31790";
25 compatible = "maxim,max31790-pwm";
/Zephyr-latest/include/zephyr/drivers/pwm/
Dmax31790.h11 * @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/
DKconfig.max317905 bool "Maxim Integrated MAX31790 I2C configurable PWM controller"
10 Enable driver for Maxim Integrated MAX31790.
DKconfig27 source "drivers/mfd/Kconfig.max31790"
Dmfd_max31790.c11 #include <zephyr/drivers/mfd/max31790.h>
/Zephyr-latest/drivers/pwm/
DKconfig.max317908 bool "MAX31790 6-channel I2C-bus PWM controller"
13 Enable driver for MAX31790 6-channel I2C-bus PWM controller.
DKconfig93 source "drivers/pwm/Kconfig.max31790"
Dpwm_max31790.c11 #include <zephyr/drivers/mfd/max31790.h>
13 #include <zephyr/drivers/pwm/max31790.h>
/Zephyr-latest/include/zephyr/drivers/sensor/
Dmax31790.h11 /* MAX31790 specific channels */
/Zephyr-latest/drivers/sensor/maxim/
DCMakeLists.txt9 add_subdirectory_ifdef(CONFIG_MAX31790_SENSOR max31790)
DKconfig9 source "drivers/sensor/maxim/max31790/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi913 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/
Dmigration-guide-3.7.rst208 * 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";
Drelease-notes-3.7.rst977 * 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`).
Drelease-notes-3.5.rst643 * Added driver for MAX31790.
1409 * :dtcompatible:`maxim,max31790`