Searched refs:LCD_PCTL_FREQDIV_Pos (Results 1 – 2 of 2) sorted by relevance
844 #define LCD_PCTL_FREQDIV_Pos (8) /*!< LC… macro845 #define LCD_PCTL_FREQDIV_Msk (0x3fful << LCD_PCTL_FREQDIV_Pos) /*!< LC…
171 …div) (LCD->PCTL = (LCD->PCTL & ~LCD_PCTL_FREQDIV_Msk) | (((div)-1) << LCD_PCTL_FREQDIV_Pos))