Home
last modified time | relevance | path

Searched refs:LCD_BL_GPIO_NUM (Results 1 – 12 of 12) sorted by relevance

/bsp/stm32/stm32l4r9-st-eval/board/ports/include/
A Dlcd_port_dsi.h26 #define LCD_BL_GPIO_NUM GET_PIN(B, 14) macro
/bsp/tkm32F499/drivers/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM -1 macro
A Ddrv_lcd.c122 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 Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(B, 5) macro
/bsp/stm32/stm32f746-st-disco/board/ports/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(K, 3) macro
/bsp/stm32/stm32f767-atk-apollo/board/ports/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(B, 5) macro
/bsp/stm32/stm32f767-fire-challenger-v1/board/ports/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
/bsp/stm32/stm32f429-fire-challenger/board/ports/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
/bsp/stm32/stm32f429-st-disco/board/ports/
A Dlcd_port.h29 #define LCD_BL_GPIO_NUM GET_PIN(D, 7) macro
/bsp/stm32/stm32h750-artpi/board/port/
A Dlcd_port.h44 #define LCD_BL_GPIO_NUM GET_PIN(D, 4) macro
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_lcd.c252 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 Ddrv_lcd_dsi.c533 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