Home
last modified time | relevance | path

Searched refs:MCASP_O_PDIR (Results 1 – 2 of 2) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Di2s.c138 HWREG(ulBase + MCASP_O_PDIR) |= 0x14000000; in I2SEnable()
707 HWREG(ulBase + MCASP_O_PDIR) |= ulDataLine; in I2SSerializerConfig()
714 HWREG(ulBase + MCASP_O_PDIR) &= ~ulDataLine; in I2SSerializerConfig()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_mcasp.h45 #define MCASP_O_PDIR 0x00000014 macro