Searched refs:LCD_BL_GPIO_NUM (Results 1 – 12 of 12) sorted by relevance
| /bsp/stm32/stm32l4r9-st-eval/board/ports/include/ |
| A D | lcd_port_dsi.h | 26 #define LCD_BL_GPIO_NUM GET_PIN(B, 14) macro
|
| /bsp/tkm32F499/drivers/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM -1 macro
|
| A D | drv_lcd.c | 122 rt_pin_mode(LCD_BL_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight() 126 rt_pin_write(LCD_BL_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(B, 5) macro
|
| /bsp/stm32/stm32f746-st-disco/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(K, 3) macro
|
| /bsp/stm32/stm32f767-atk-apollo/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(B, 5) macro
|
| /bsp/stm32/stm32f767-fire-challenger-v1/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
|
| /bsp/stm32/stm32f429-fire-challenger/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
|
| /bsp/stm32/stm32f429-st-disco/board/ports/ |
| A D | lcd_port.h | 29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | lcd_port.h | 44 #define LCD_BL_GPIO_NUM GET_PIN(D, 4) macro
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_lcd.c | 252 rt_pin_mode(LCD_BL_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight() 256 rt_pin_write(LCD_BL_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_lcd_dsi.c | 533 rt_pin_mode(LCD_BL_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight() 535 rt_pin_write(LCD_BL_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
|
Completed in 22 milliseconds