Home
last modified time | relevance | path

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

/bsp/tkm32F499/drivers/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM -1 macro
A Ddrv_lcd.c123 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight()
125 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()
/bsp/stm32/stm32h743-atk-apollo/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(B, 0) macro
/bsp/stm32/stm32f746-st-disco/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(I, 12) macro
/bsp/stm32/stm32f767-atk-apollo/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(B, 0) macro
/bsp/stm32/stm32f767-fire-challenger-v1/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
/bsp/stm32/stm32f429-fire-challenger/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
/bsp/stm32/stm32f429-st-disco/board/ports/
A Dlcd_port.h30 #define LCD_DISP_GPIO_NUM GET_PIN(D, 4) macro
/bsp/stm32/stm32h750-artpi/board/port/
A Dlcd_port.h45 #define LCD_DISP_GPIO_NUM GET_PIN(B, 5) macro
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/st7735/
A Dlcd.h39 #define LCD_DISP_GPIO_NUM GET_PIN(E, 10) macro
A Dlcd.c48 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in LCD_SetBrightness()
49 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_LOW); in LCD_SetBrightness()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_lcd.c253 rt_pin_mode(LCD_DISP_GPIO_NUM, PIN_MODE_OUTPUT); in turn_on_lcd_backlight()
255 rt_pin_write(LCD_DISP_GPIO_NUM, PIN_HIGH); in turn_on_lcd_backlight()

Completed in 15 milliseconds