Home
last modified time | relevance | path

Searched full:extcomin (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/display/
Dsharp,ls0xx.yaml11 extcomin-gpios:
13 description: EXTCOMIN pin
15 The EXTCOMIN pin is where a square pulse for toggling VCOM will
18 extcomin-frequency:
20 description: EXTCOMIN pin toggle frequency
22 The frequency with which the EXTCOMIN pin should be toggled. See
/Zephyr-latest/boards/shields/ls0xx_generic/
Dls013b7dh03.overlay23 extcomin-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */
24 extcomin-frequency = <60>; /* required if extcomin-gpios is defined */
/Zephyr-latest/boards/shields/ls0xx_generic/doc/
Dindex.rst24 signal on the EXTCOMIN pin.
26 Currently the driver only supports VCOM toggling using the EXTCOMIN pin
28 When ``extcomin-gpios`` is defined, driver starts a thread which will
29 toggle EXTCOMIN at ``extcomin-frequency`` frequency. Higher frequency
33 define ``extcomin-gpios`` and implement their preferred method in
48 | EXTCOMIN | VCOM Inversion Polarity Input (VCOM can be controlled |
/Zephyr-latest/drivers/display/
Dls0xx.c248 LOG_ERR("EXTCOMIN port device not ready"); in ls0xx_init()
251 LOG_INF("Configuring EXTCOMIN pin"); in ls0xx_init()
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay297 extcomin-gpios = <&test_gpio 0 0>;
298 extcomin-frequency = <60>;