X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FCORTEX_LM3S811_IAR%2FLuminaryCode%2Fuart.h;h=ee89308612cee2d2f920b2cd9962e119bbc968bc;hb=baa9ed196e2945d39b1487fbd47e7f089a534ee5;hp=b82f2eec50c14b759a91453a8c6346f58918bebe;hpb=f6abf70e60051c8dc271e329eeef65028ba3126b;p=freertos diff --git a/Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.h b/Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.h index b82f2eec5..ee8930861 100644 --- a/Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.h +++ b/Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.h @@ -94,6 +94,8 @@ extern void UARTIntEnable(unsigned long ulBase, unsigned long ulIntFlags); extern void UARTIntDisable(unsigned long ulBase, unsigned long ulIntFlags); extern unsigned long UARTIntStatus(unsigned long ulBase, tBoolean bMasked); extern void UARTIntClear(unsigned long ulBase, unsigned long ulIntFlags); +extern void UARTConfigSetExpClk(unsigned long ulBase, unsigned long ulUARTClk, + unsigned long ulBaud, unsigned long ulConfig); #ifdef __cplusplus }