Searched refs:ulTxLevel (Results 1 – 7 of 7) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/ |
D | uart.c | 217 UARTFIFOLevelSet(unsigned long ulBase, unsigned long ulTxLevel, in UARTFIFOLevelSet() argument 224 ASSERT((ulTxLevel == UART_FIFO_TX1_8) || in UARTFIFOLevelSet() 225 (ulTxLevel == UART_FIFO_TX2_8) || in UARTFIFOLevelSet() 226 (ulTxLevel == UART_FIFO_TX4_8) || in UARTFIFOLevelSet() 227 (ulTxLevel == UART_FIFO_TX6_8) || in UARTFIFOLevelSet() 228 (ulTxLevel == UART_FIFO_TX7_8)); in UARTFIFOLevelSet() 238 HWREG(ulBase + UART_O_IFLS) = ulTxLevel | ulRxLevel; in UARTFIFOLevelSet()
|
D | i2s.c | 547 void I2STxFIFOEnable(unsigned long ulBase, unsigned long ulTxLevel, in I2STxFIFOEnable() argument 554 HWREG(ulBase + MCASP_0_WFIFOCTL) = ((1 <<16) | ((ulTxLevel & 0xFF) << 8) in I2STxFIFOEnable()
|
D | spi.h | 135 extern void SPIFIFOLevelSet(unsigned long ulBase, unsigned long ulTxLevel,
|
D | i2s.h | 188 extern void I2STxFIFOEnable(unsigned long ulBase, unsigned long ulTxLevel,
|
D | uart.h | 183 extern void UARTFIFOLevelSet(unsigned long ulBase, unsigned long ulTxLevel,
|
D | spi.c | 1020 void SPIFIFOLevelSet(unsigned long ulBase, unsigned long ulTxLevel, in SPIFIFOLevelSet() argument 1033 ulRegVal = ((ulRegVal & 0xFFFF0000) | (((ulRxLevel-1) << 8) | (ulTxLevel-1))); in SPIFIFOLevelSet()
|
D | rom.h | 345 unsigned long ulTxLevel, \ 1125 unsigned long ulTxLevel, \ 1620 unsigned long ulTxLevel, \
|