]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LM3S316_IAR/hw_include/uart.h
UpdUpdate IAR projects to use Embedded Workbench V5.11.
[freertos] / Demo / CORTEX_LM3S316_IAR / hw_include / uart.h
index d90fba8ff25dcfb3343f6cb211131df96fe6ed4e..6047d3a320ac027b6ce26ce33879f1e30f714a46 100644 (file)
@@ -94,6 +94,8 @@ extern void UARTIntEnable(unsigned long ulBase, unsigned long ulIntFlags);
 extern void UARTIntDisable(unsigned long ulBase, unsigned long ulIntFlags);\r
 extern unsigned long UARTIntStatus(unsigned long ulBase, tBoolean bMasked);\r
 extern void UARTIntClear(unsigned long ulBase, unsigned long ulIntFlags);\r
+extern void UARTConfigSetExpClk(unsigned long ulBase, unsigned long ulUARTClk,\r
+                                unsigned long ulBaud, unsigned long ulConfig);\r
 \r
 #ifdef __cplusplus\r
 }\r