Searched full:blanking (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/dts/bindings/video/ |
D | st,stm32-dcmi.yaml | 72 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/ |
D | sharp,ls0xx.yaml | 32 initialization. display blanking apis can be used to control it.
|
D | st,stm32-ltdc.yaml | 76 configuration calls (e.g. blanking on/off) sent to LTDC device.
|
D | ultrachip,uc81xx-common.yaml | 32 refresh (writes while blanking is off). Since the controller
|
D | sitronix,st7796s.yaml | 36 Blanking porch control. This sets the vertical and horizontal
|
/Zephyr-latest/include/zephyr/drivers/ |
D | display.h | 136 * @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/ |
D | is31fl3733.h | 17 * @param blank_en: should blanking be enabled
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 114 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,
|
D | display_st7796s.h | 26 #define ST7796S_CMD_BPC 0xB5 /* Blanking porch control */
|
D | mb_display.c | 120 LOG_ERR("Set blanking off failed"); in start_image() 139 LOG_ERR("Set blanking on failed"); in reset_display()
|
D | display_ili9xxx.c | 278 LOG_DBG("Turning display blanking off"); in ili9xxx_display_blanking_off() 284 LOG_DBG("Turning display blanking on"); in ili9xxx_display_blanking_on()
|
D | display_gc9x01x.c | 357 LOG_DBG("Turning display blanking off"); in gc9x01x_display_blanking_off() 363 LOG_DBG("Turning display blanking on"); in gc9x01x_display_blanking_on()
|
D | display_st7796s.c | 39 uint8_t bpc[4]; /* Blanking porch control */
|
D | display_nt35510.c | 405 LOG_ERR("Display blanking off failed! (%d)", ret); in nt35510_init()
|
D | display_sdl.c | 449 LOG_DBG("Turning display blanking on"); in sdl_display_blanking_on()
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_mono.c | 86 * 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/ |
D | main.c | 31 printk("Failed to turn off display blanking\n"); in main()
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | nxp,imx-mipi-dsi.yaml | 61 Behavior in BLLP (Blanking or Low-Power Interval).
|
D | nxp,mipi-dsi-2l.yaml | 60 Behavior in BLLP (Blanking or Low-Power Interval).
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max14916-gpio.yaml | 114 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_
|
D | adi,max14906-gpio.yaml | 125 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/ |
D | is31fl3733.c | 200 * 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/ |
D | adi,trinamic-ramp-generator.yaml | 116 falls below this threshold. This allows for homing procedures with StallGuard by blanking out
|
/Zephyr-latest/boards/shields/ls0xx_generic/doc/ |
D | index.rst | 17 high during driver initialization. Display blanking apis can be used
|
/Zephyr-latest/subsys/fb/ |
D | cfb_shell.c | 473 shell_error(sh, "Failed to turn off display blanking: %d", err); in cmd_init()
|
12