Searched refs:LCD_WRX_GPIO_PORT (Results 1 – 1 of 1) sorted by relevance
26 #define LCD_WRX_GPIO_PORT GPIOD macro43 #define LCD_WRX_LOW() HAL_GPIO_WritePin(LCD_WRX_GPIO_PORT, LCD_WRX_PIN, GPIO_PIN_RESET)44 #define LCD_WRX_HIGH() HAL_GPIO_WritePin(LCD_WRX_GPIO_PORT, LCD_WRX_PIN, GPIO_PIN_SET)101 HAL_GPIO_Init(LCD_WRX_GPIO_PORT, &GPIO_InitStructure); in LCD_GPIO_Init()
Completed in 3 milliseconds