]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.h
UpdUpdate IAR projects to use Embedded Workbench V5.11.
[freertos] / Demo / CORTEX_LM3S811_IAR / LuminaryCode / uart.h
index b82f2eec50c14b759a91453a8c6346f58918bebe..ee89308612cee2d2f920b2cd9962e119bbc968bc 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