Home
last modified time | relevance | path

Searched full:blanking (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/dts/bindings/video/
Dst,stm32-dcmi.yaml72 When HSYNC is high, the data is not valid (horizontal blanking).
87 When VSYNC is high, the data is not valid (vertical blanking).
/Zephyr-latest/dts/bindings/display/
Dsharp,ls0xx.yaml32 initialization. display blanking apis can be used to control it.
Dst,stm32-ltdc.yaml76 configuration calls (e.g. blanking on/off) sent to LTDC device.
Dultrachip,uc81xx-common.yaml32 refresh (writes while blanking is off). Since the controller
Dsitronix,st7796s.yaml36 Blanking porch control. This sets the vertical and horizontal
/Zephyr-latest/include/zephyr/drivers/
Ddisplay.h136 * @brief Callback API to turn on display blanking
143 * @brief Callback API to turn off display blanking
306 * @brief Turn display blanking on
309 * The content of the frame buffer will be retained while blanking is enabled
316 * In case the driver supports display blanking the initial state of the driver
337 * @brief Turn display blanking off
/Zephyr-latest/include/zephyr/drivers/led/
Dis31fl3733.h17 * @param blank_en: should blanking be enabled
/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c114 bool blanking; member
132 if (!dev_data->blanking) { in api_blanking_on()
141 dev_data->blanking = true; in api_blanking_on()
152 if (dev_data->blanking) { in api_blanking_off()
158 dev_data->blanking = false; in api_blanking_off()
517 .blanking = true,
Ddisplay_st7796s.h26 #define ST7796S_CMD_BPC 0xB5 /* Blanking porch control */
Dmb_display.c120 LOG_ERR("Set blanking off failed"); in start_image()
139 LOG_ERR("Set blanking on failed"); in reset_display()
Ddisplay_ili9xxx.c278 LOG_DBG("Turning display blanking off"); in ili9xxx_display_blanking_off()
284 LOG_DBG("Turning display blanking on"); in ili9xxx_display_blanking_on()
Ddisplay_gc9x01x.c357 LOG_DBG("Turning display blanking off"); in gc9x01x_display_blanking_off()
363 LOG_DBG("Turning display blanking on"); in gc9x01x_display_blanking_on()
Ddisplay_st7796s.c39 uint8_t bpc[4]; /* Blanking porch control */
Ddisplay_nt35510.c405 LOG_ERR("Display blanking off failed! (%d)", ret); in nt35510_init()
Ddisplay_sdl.c449 LOG_DBG("Turning display blanking on"); in sdl_display_blanking_on()
/Zephyr-latest/modules/lvgl/
Dlvgl_display_mono.c86 * Turn on display blanking when using an EPD in lvgl_flush_cb_mono()
111 * display by disabling blanking. in lvgl_flush_cb_mono()
/Zephyr-latest/samples/subsys/display/cfb_custom_font/src/
Dmain.c31 printk("Failed to turn off display blanking\n"); in main()
/Zephyr-latest/dts/bindings/mipi-dsi/
Dnxp,imx-mipi-dsi.yaml61 Behavior in BLLP (Blanking or Low-Power Interval).
Dnxp,mipi-dsi-2l.yaml60 Behavior in BLLP (Blanking or Low-Power Interval).
/Zephyr-latest/dts/bindings/gpio/
Dadi,max14916-gpio.yaml114 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_
116 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_
Dadi,max14906-gpio.yaml125 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_
127 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_
/Zephyr-latest/drivers/led/
Dis31fl3733.c200 * blanking. We also set the LED controller sync mode here. in is31fl3733_init()
229 * @param blank_en: should blanking be enabled
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,trinamic-ramp-generator.yaml116 falls below this threshold. This allows for homing procedures with StallGuard by blanking out
/Zephyr-latest/boards/shields/ls0xx_generic/doc/
Dindex.rst17 high during driver initialization. Display blanking apis can be used
/Zephyr-latest/subsys/fb/
Dcfb_shell.c473 shell_error(sh, "Failed to turn off display blanking: %d", err); in cmd_init()

12