Home
last modified time | relevance | path

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

/bsp/raspberry-pico/RP2040/board/ports/lcd/
A Ddrv_lcd.c315 void DEV_GPIO_Mode(UWORD Pin, UWORD Mode) in DEV_GPIO_Mode() function
343 DEV_GPIO_Mode(LCD_RST_PIN, 1); in DEV_GPIO_Init()
344 DEV_GPIO_Mode(LCD_DC_PIN, 1); in DEV_GPIO_Init()
345 DEV_GPIO_Mode(LCD_CS_PIN, 1); in DEV_GPIO_Init()
346 DEV_GPIO_Mode(LCD_BL_PIN, 1); in DEV_GPIO_Init()
A Ddrv_lcd.h47 void DEV_GPIO_Mode(UWORD Pin, UWORD Mode);

Completed in 10 milliseconds