Searched refs:TxDmaBurstSize (Results 1 – 4 of 4) sorted by relevance
90 UART_TXDMAConfig(UART_TypeDef* UARTx, u32 TxDmaBurstSize) in UART_TXDMAConfig() argument97 TempMiscr |= ((TxDmaBurstSize << 3) & RUART_TXDMA_BURSTSIZE_MASK); in UART_TXDMAConfig()
527 _LONG_CALL_ void USI_UARTTXDMAConfig(USI_TypeDef* USIx, u32 TxDmaBurstSize);
539 _LONG_CALL_ void UART_TXDMAConfig(UART_TypeDef* UARTx, u32 TxDmaBurstSize);
903 void USI_UARTTXDMAConfig(USI_TypeDef* USIx, u32 TxDmaBurstSize) in USI_UARTTXDMAConfig() argument913 Temp |= (TxDmaBurstSize|(1<<8)); in USI_UARTTXDMAConfig()
Completed in 9 milliseconds