Searched full:hysteresis (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/comparator/ |
D | nrf_comp.h | 102 * @note Hysteresis down in volts = ((th_down + 1) / 64) * ref 103 * @note Hysteresis up in volts = ((th_up + 1) / 64) * ref 116 /** Hysteresis down threshold configuration */ 118 /** Hysteresis up threshold configuration */ 144 /** Hysteresis configuration */
|
D | nrf_lpcomp.h | 92 /** Hysteresis configuration */
|
/Zephyr-latest/dts/bindings/w1/ |
D | maxim,ds2477_85_common.yaml | 21 low: 0.25 x VCC, no hysteresis 22 medium: 0.40 x VCC, no hysteresis (recommended for most configurations) 23 high: 0.75 x VCC, with hysteresis
|
/Zephyr-latest/drivers/sensor/adi/adt7420/ |
D | Kconfig | 18 int "Temperature hysteresis in °C" 22 Specify the temperature hysteresis in °C for the THIGH, TLOW,
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,lpcmp.yaml | 32 hysteresis-level: 41 LPCMP hysteresis mode.
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | adp5360.h | 20 /** Hysteresis mode */
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 13 This application is a voltage comparator with hysteresis, upper limit is
|
/Zephyr-latest/drivers/sensor/amg88xx/ |
D | amg88xx.h | 25 #define AMG88XX_INTSL 0x0c /* Interrupt hysteresis level [7:0] */ 26 #define AMG88XX_INTSH 0x0d /* Interrupt hysteresis level [11:8] */
|
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/ |
D | soc.h | 31 * [5] hysteresis. 61 * [5] hysteresis.
|
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/ |
D | mimxrt1176_mux_dac.dts | 33 hysteresis-mode = "LEVEL0";
|
/Zephyr-latest/drivers/sensor/ti/tmp108/ |
D | tmp108.h | 95 uint16_t CONF_HYS1; /** Temperature hysteresis config 1 bit */ 96 uint16_t CONF_HYS0; /** Temperature hysteresis config 2 bit */
|
/Zephyr-latest/dts/bindings/regulator/ |
D | adi,adp5360-regulator.yaml | 52 description: Switch delay time in hysteresis.
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_npm6001.c | 64 /* Enable switching to hysteresis mode */ in mfd_npm6001_init()
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mcux_acmp.h | 67 /** Analog Comparator hysteresis level. */
|
/Zephyr-latest/drivers/sensor/jedec/jc42/ |
D | jc42.h | 38 * * Bits 9-10 control threshold hysteresis
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nxp,kinetis-acmp.yaml | 93 hysteresis-mode:
|
/Zephyr-latest/drivers/sensor/sx9500/ |
D | sx9500.c | 42 * independently, proximity hysteresis: 32, close
|
/Zephyr-latest/samples/sensor/mcux_acmp/src/ |
D | main.c | 62 /* Hysteresis level */
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | raspberrypi,pico-pinctrl.yaml | 61 - input-schmitt-enable: Enable input hysteresis.
|
/Zephyr-latest/drivers/display/ |
D | display_nt35510.h | 64 #define NT35510_CMD_WRHYSTE 0x57 /* Write hysteresis */
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | lpc11u6x-pinctrl.h | 15 * [5] hysteresis. 29 * [5] hysteresis. 64 #define IOCON_HYS_EN (1 << 5) /* Enable hysteresis. */
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | lpm_rt1064.c | 326 /* Add some hysteresis */ in clock_lpm_init()
|
/Zephyr-latest/drivers/sensor/nxp/mcux_acmp/ |
D | mcux_acmp.c | 157 LOG_DBG("hysteresis = %d", val1); in mcux_acmp_attr_set()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 204 * ``ZEP-816`` - Minimum Rank with Hysteresis (RPL)
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads1x1x.c | 105 /* Traditional comparator with hysteresis (default) */
|
12