/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | renesas,smartbond-mipi-dbi.yaml | 22 te-enable: 25 Boolean to indicate whether the tearing effect (TE) signal is available or not. 27 te-inversion: 30 Boolean to apply an inversion on the TE signal that triggers the MIPI DBI controller.
|
D | mipi-dbi-device.yaml | 30 te-mode: 40 te-delay:
|
D | nxp,lcdic.yaml | 63 Ratio for timer1, used for setting timer1 period (which is used for TE
|
/Zephyr-latest/tests/posix/common/src/ |
D | timer.c | 37 struct timespec ts, te; in test_timer() local 64 clock_gettime(clock_id, &te); in test_timer() 66 if (te.tv_nsec >= ts.tv_nsec) { in test_timer() 67 secs_elapsed = te.tv_sec - ts.tv_sec; in test_timer() 68 nsecs_elapsed = te.tv_nsec - ts.tv_nsec; in test_timer() 70 nsecs_elapsed = NSEC_PER_SEC + te.tv_nsec - ts.tv_nsec; in test_timer() 71 secs_elapsed = (te.tv_sec - ts.tv_sec - 1); in test_timer()
|
/Zephyr-latest/dts/bindings/sensor/ |
D | meas,ms5607-i2c.yaml | 5 TE Connectivity MS5607 digital pressure and temperature sensor. 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
D | meas,ms5607-spi.yaml | 5 TE Connectivity MS5607 digital pressure and temperature sensor. 6 The Datasheet is at https://www.te.com/usa-en/product-CAT-BLPS0035.html
|
D | meas,ms5837.yaml | 4 description: TE Connectivity MS5837 digital pressure sensor
|
/Zephyr-latest/boards/shields/lcd_par_s035/boards/ |
D | rd_rw612_bga.overlay | 26 * | J5.2 | TE | TE | 87 /* Enable TE synchronization, using the rising edge */ 88 te-mode = "MIPI_DBI_TE_RISING_EDGE"; 99 /* Lower timer1 ratio to enable shorter TE delay */
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mipi_dbi.h | 116 * @brief Get the MIPI DBI TE mode from devicetree 118 * Gets the MIPI DBI TE mode from a devicetree property. 120 * TE mode property 121 * @param edge_prop Property name for the TE mode that should be read from 128 * @brief Get the MIPI DBI TE mode for device instance 130 * Gets the MIPI DBI TE mode from a devicetree property. Equivalent to 132 * @param inst Instance of the device to get the TE mode for 133 * @param edge_prop Property name for the TE mode that should be read from 338 * Note that most display controllers will need to enable the TE signal 343 * @param edge which edge of the TE signal to start transmitting on [all …]
|
/Zephyr-latest/boards/shields/g1120b0mipi/boards/ |
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 11 /delete-property/ te-gpios;
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 11 /delete-property/ te-gpios;
|
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 11 /delete-property/ te-gpios;
|
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dbi/ |
D | mipi_dbi.h | 117 * MIPI DBI tearing enable synchronization on rising edge of TE signal. 118 * The controller will only send display write data on a rising edge of TE. 124 * TE -----' '------------------------' '------------- 131 * MIPI DBI tearing enable synchronization on falling edge of TE signal. 132 * The controller will only send display write data on a falling edge of TE. 135 * from its RAM. TE synchronization in this mode will only work if the 141 * TE -----' '------------------------' '-------------
|
/Zephyr-latest/dts/bindings/display/ |
D | raydium,rm67162.yaml | 26 te-gpios:
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,lcd-8080.yaml | 28 16 LCD TE(tearing effect) pin
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | g1120b0mipi.overlay | 51 te-gpios = <&nxp_mipi_connector 22 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/samples/sensor/ms5837/ |
D | README.rst | 52 .. _MS5837 Sensor: http://www.te.com/usa-en/product-CAT-BLPS0017.html?q=&type=products&samples=N&q2…
|
/Zephyr-latest/drivers/display/ |
D | display_rm67162.c | 320 /* Setup TE pin */ in rm67162_init() 323 LOG_ERR("Could not configure TE GPIO (%d)", ret); in rm67162_init() 330 LOG_ERR("Could not configure TE interrupt (%d)", ret); in rm67162_init() 339 LOG_ERR("Could not add TE gpio callback"); in rm67162_init() 343 /* Setup te pin semaphore */ in rm67162_init() 438 * give to the TE semaphore) before sending the frame in rm67162_write() 441 /* Block sleep state until next TE interrupt so we can send in rm67162_write()
|
D | display_st7796s.c | 288 /* Attempt to enable TE signal */ in st7796s_lcd_config() 292 /* TE was enabled- send TEON, and enable vblank only */ in st7796s_lcd_config()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_intel_sha_registers.h | 26 uint32_t te : 1; member
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 40 * 9 | TE | J5.2 (LCD_SPI_TE, not enabled)
|
/Zephyr-latest/drivers/sensor/meas/ms5607/ |
D | ms5607.c | 34 * (https://www.te.com/usa-en/product-CAT-BLPS0035.html) section in ms5607_compensate() 44 * (https://www.te.com/usa-en/product-CAT-BLPS0035.html) section in ms5607_compensate()
|
/Zephyr-latest/drivers/sensor/meas/ms5837/ |
D | ms5837.c | 62 * (https://www.te.com/usa-en/product-CAT-BLPS0017.html) section in ms5837_compensate_30() 72 * (https://www.te.com/usa-en/product-CAT-BLPS0017.html) section in ms5837_compensate_30()
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/ |
D | da1469x_dk_pro-pinctrl.dtsi | 130 /* TE signal - mapped on fixed positions */
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | popper.min.js | 7 …te={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiers…
|