Lines Matching refs:HWREG
80 HWREG(ulBase + QEI_O_CTL) |= QEI_CTL_ENABLE; in QEIEnable()
105 HWREG(ulBase + QEI_O_CTL) &= ~(QEI_CTL_ENABLE); in QEIDisable()
151 HWREG(ulBase + QEI_O_CTL) = ((HWREG(ulBase + QEI_O_CTL) & in QEIConfigure()
159 HWREG(ulBase + QEI_O_MAXPOS) = ulMaxPosition; in QEIConfigure()
188 return(HWREG(ulBase + QEI_O_POS)); in QEIPositionGet()
215 HWREG(ulBase + QEI_O_POS) = ulPosition; in QEIPositionSet()
244 return((HWREG(ulBase + QEI_O_STAT) & QEI_STAT_DIRECTION) ? -1 : 1); in QEIDirectionGet()
271 return((HWREG(ulBase + QEI_O_STAT) & QEI_STAT_ERROR) ? true : false); in QEIErrorGet()
300 HWREG(ulBase + QEI_O_CTL) |= QEI_CTL_VELEN; in QEIVelocityEnable()
326 HWREG(ulBase + QEI_O_CTL) &= ~(QEI_CTL_VELEN); in QEIVelocityDisable()
364 HWREG(ulBase + QEI_O_CTL) = ((HWREG(ulBase + QEI_O_CTL) & in QEIVelocityConfigure()
370 HWREG(ulBase + QEI_O_LOAD) = ulPeriod - 1; in QEIVelocityConfigure()
399 return(HWREG(ulBase + QEI_O_SPEED)); in QEIVelocityGet()
517 HWREG(ulBase + QEI_O_INTEN) |= ulIntFlags; in QEIIntEnable()
547 HWREG(ulBase + QEI_O_INTEN) &= ~(ulIntFlags); in QEIIntDisable()
580 return(HWREG(ulBase + QEI_O_ISC)); in QEIIntStatus()
584 return(HWREG(ulBase + QEI_O_RIS)); in QEIIntStatus()
625 HWREG(ulBase + QEI_O_ISC) = ulIntFlags; in QEIIntClear()