Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Di2s.c605 HWREG(ulBase + MCASP_0_RFIFOCTL) = ( (1 <<16) | ((ulRxLevel & 0xFF) << 8) in I2SRxFIFOEnable()
626 HWREG(ulBase + MCASP_0_RFIFOCTL) = 0; in I2SRxFIFODisable()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_mcasp.h177 #define MCASP_0_RFIFOCTL 0x00001008 macro