Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/
Ddisplay_support.c209 GPIO_PinWrite(BOARD_MIPI_PANEL_RST_GPIO, BOARD_MIPI_PANEL_RST_PIN, 1); in BOARD_PullPanelResetPin()
213 GPIO_PinWrite(BOARD_MIPI_PANEL_RST_GPIO, BOARD_MIPI_PANEL_RST_PIN, 0); in BOARD_PullPanelResetPin()
322 GPIO_PinInit(BOARD_MIPI_PANEL_RST_GPIO, BOARD_MIPI_PANEL_RST_PIN, &pinConfig); in BOARD_InitLcdPanel()
Dboard.h150 #define BOARD_MIPI_PANEL_RST_GPIO GPIO9 macro