Searched full:degrees (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 73 bool "Rotate display by 0 degrees" 75 Rotate display by 0 degrees. Primarily useful for testing, 79 bool "Rotate display by 90 degrees" 81 Rotate display counter-clockwise by 90 degrees. 82 For LVGL, this corresponds to a rotation of 270 degrees 85 bool "Rotate display by 180 degrees" 87 Rotate display counter-clockwise by 180 degrees 90 bool "Rotate display by 270 degrees" 92 Rotate display counter-clockwise by 270 degrees 93 For LVGL, this corresponds to a rotation of 90 degrees
|
/Zephyr-latest/samples/sensor/qdec/ |
D | sample.yaml | 17 - "Position = (.*) degrees" 28 - "Position = (.*) degrees" 38 - "Position = (.*) degrees" 57 - "Position = -[45678]\\d degrees"
|
D | README.rst | 60 Position = 0 degrees 61 Position = 15 degrees 62 Position = 30 degrees
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nordic,npm1300-charger.yaml | 70 description: Thermistor cold threshold in milli-degrees 74 description: Thermistor cool threshold in milli-degrees 78 description: Thermistor warm threshold in milli-degrees 82 description: Thermistor hot threshold in milli-degrees 124 Die temperature halt threshold in milli-degrees. 130 Die temperature resume threshold in milli-degrees.
|
D | nxp,kinetis-temperature.yaml | 28 Temperature sensor voltage at 25 degrees Celsius in microvolts 35 temperatures below 25 degrees Celsius 42 temperatures above or equal to 25 degrees Celsius
|
D | ist,tsic-xx6.yaml | 29 description: Lowest temperature supported by the device in celcius degrees. 34 description: Highest temperature supported by the device in celcius degrees.
|
D | ti,tmp1075.yaml | 47 description: Lower threshold for alert interrupt. Expressed in degrees C. 50 description: Upper threshold for alert interrupt. Expressed in degrees C.
|
D | raspberrrypi,pico-temp.yaml | 19 Vbe voltage in microvolts at 27 degrees C. Vbe = 0.706V typically.
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/boards/ |
D | mini_stm32h743.overlay | 9 madctl = <184>; /* Rotate the image 180 degrees. */
|
/Zephyr-latest/samples/modules/lvgl/demos/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/drivers/sensor/lm77/ |
D | lm77.c | 104 /* Integer part in degrees Celsius (LSB = 0.5 degrees Celsius) */ in lm77_sensor_value_to_temp() 107 /* Fractional part in micro degrees Celsius */ in lm77_sensor_value_to_temp() 116 /* Shift down to remove "status" bits (LSB = 0.5 degrees Celsius) */ in lm77_temp_to_sensor_value() 119 /* Integer part in degrees Celsius */ in lm77_temp_to_sensor_value() 122 /* Fractional part in micro degrees Celsius */ in lm77_temp_to_sensor_value()
|
/Zephyr-latest/dts/bindings/display/ |
D | frida,nt35510.yaml | 33 Display rotation clockwise in degrees. Defaults to 0, display default.
|
D | ilitek,ili9xxx-common.yaml | 30 Display rotation (CW) in degrees.
|
D | orisetech,otm8009a.yaml | 33 Display rotation (CW) in degrees. Defaults to 0, display default.
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | clock_control_litex.h | 33 * @param phase Phase offset in degrees
|
/Zephyr-latest/drivers/sensor/ti/tmp112/ |
D | tmp112.h | 41 /* scale in micro degrees Celsius */
|
/Zephyr-latest/dts/bindings/clock/ |
D | litex,clkout.yaml | 38 default phase offset given in degrees
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_datatypes.h | 80 * For SENSING_SENSOR_TYPE_MOTION_GYROMETER_3D, the unit is degrees. 125 * For SENSING_SENSOR_TYPE_MOTION_HINGE_ANGLE, the unit is degrees.
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tdk_apex.h | 35 * ** Tilt Detection: Detect the Tilt angle exceeds 35 degrees.
|
/Zephyr-latest/drivers/sensor/tdk/mpu6050/ |
D | Kconfig | 69 An X value for the config represents a range of +/- X degrees/second.
|
/Zephyr-latest/drivers/sensor/f75303/ |
D | f75303.c | 137 * The reading is given in steps of 0.125 degrees celsius, i.e. the in f75303_channel_get() 138 * temperature in degrees celsius is equal to sample / 8. in f75303_channel_get()
|
/Zephyr-latest/samples/drivers/i2s/output/src/ |
D | main.c | 27 * 90 degrees on right channel. "att" represents a power of two to attenuate 37 /* Right channel is same sine wave, shifted by 90 degrees */ in fill_buf()
|
1234