Searched refs:LCD_RST_PIN (Results 1 – 10 of 10) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_lcd.c | 34 #if !defined(LCD_BL_PIN) || !defined(LCD_RST_PIN) 61 rt_pin_mode(LCD_RST_PIN, PIN_MODE_OUTPUT); /* LCD_RESET */ in imxrt_lcd_init() 62 rt_pin_write(LCD_RST_PIN, PIN_LOW); in imxrt_lcd_init() 64 rt_pin_write(LCD_RST_PIN, PIN_HIGH); in imxrt_lcd_init()
|
| /bsp/raspberry-pico/RP2040/board/ports/lcd/ |
| A D | drv_lcd.c | 15 DEV_Digital_Write(LCD_RST_PIN, 1); in LCD_Reset() 17 DEV_Digital_Write(LCD_RST_PIN, 0); in LCD_Reset() 19 DEV_Digital_Write(LCD_RST_PIN, 1); in LCD_Reset() 343 DEV_GPIO_Mode(LCD_RST_PIN, 1); in DEV_GPIO_Init()
|
| A D | drv_lcd.h | 29 #define LCD_RST_PIN 12 macro
|
| /bsp/k210/drivers/ |
| A D | drv_io_config.h | 21 LCD_RST_PIN, enumerator
|
| A D | drv_io_config.c | 32 IOCONFIG(BSP_LCD_RST_PIN, HS_GPIO(LCD_RST_PIN)), /* LCD RESET PIN */
|
| A D | drv_lcd.c | 544 lcd_dev->rst_pin = LCD_RST_PIN; in rt_hw_lcd_init()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_lcd.c | 323 #ifdef LCD_RST_PIN in reset_lcd_panel() 324 rt_pin_mode(LCD_RST_PIN, PIN_MODE_OUTPUT); in reset_lcd_panel() 325 rt_pin_write(LCD_RST_PIN, PIN_LOW); in reset_lcd_panel() 327 rt_pin_write(LCD_RST_PIN, PIN_HIGH); in reset_lcd_panel()
|
| /bsp/renesas/libraries/HAL_Drivers/config/ra8/ |
| A D | lcd_config.h | 31 #define LCD_RST_PIN BSP_IO_PORT_11_PIN_04 macro
|
| /bsp/nxp/imx/imxrt/imxrt1064-nxp-evk/board/ |
| A D | Kconfig | 107 config LCD_RST_PIN config
|
| /bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/board/ |
| A D | Kconfig | 104 config LCD_RST_PIN config
|
Completed in 18 milliseconds