Searched refs:LCD_CD_PDOR (Results 1 – 1 of 1) sorted by relevance
36 #define LCD_CD_PDOR (FM3_GPIO->PDOR1) macro61 #define LCD_CD_HIGH() LCD_CD_PDOR |= LCD_CD62 #define LCD_CD_LOW() LCD_CD_PDOR &= ~LCD_CD
Completed in 5 milliseconds