Home
last modified time | relevance | path

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

/target/stm32f746g-disco/
A Dlcd.c80 #define LCD_BL_CTRL_GPIO_PORT GPIOK macro
208 HAL_GPIO_WritePin(LCD_BL_CTRL_GPIO_PORT, LCD_BL_CTRL_PIN, GPIO_PIN_SET); in BSP_LCD_DisplayOn()
219 HAL_GPIO_WritePin(LCD_BL_CTRL_GPIO_PORT, LCD_BL_CTRL_PIN, GPIO_PIN_RESET); in BSP_LCD_DisplayOff()
294 HAL_GPIO_Init(LCD_BL_CTRL_GPIO_PORT, &gpio_init_structure); in BSP_LCD_MspInit()

Completed in 3 milliseconds