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