uart.c 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  1. //*****************************************************************************
  2. //
  3. // uart.c
  4. //
  5. // Driver for the UART.
  6. //
  7. // Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
  8. //
  9. //
  10. // Redistribution and use in source and binary forms, with or without
  11. // modification, are permitted provided that the following conditions
  12. // are met:
  13. //
  14. // Redistributions of source code must retain the above copyright
  15. // notice, this list of conditions and the following disclaimer.
  16. //
  17. // Redistributions in binary form must reproduce the above copyright
  18. // notice, this list of conditions and the following disclaimer in the
  19. // documentation and/or other materials provided with the
  20. // distribution.
  21. //
  22. // Neither the name of Texas Instruments Incorporated nor the names of
  23. // its contributors may be used to endorse or promote products derived
  24. // from this software without specific prior written permission.
  25. //
  26. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  27. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  28. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  29. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  30. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  31. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  32. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  33. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  34. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  35. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  36. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. //
  38. //*****************************************************************************
  39. //*****************************************************************************
  40. //
  41. //! \addtogroup UART_api
  42. //! @{
  43. //
  44. //*****************************************************************************
  45. #include "inc/hw_ints.h"
  46. #include "inc/hw_memmap.h"
  47. #include "inc/hw_types.h"
  48. #include "inc/hw_uart.h"
  49. #include "debug.h"
  50. #include "interrupt.h"
  51. #include "uart.h"
  52. //*****************************************************************************
  53. //
  54. // A mapping of UART base address to interupt number.
  55. //
  56. //*****************************************************************************
  57. static const unsigned long g_ppulUARTIntMap[][2] =
  58. {
  59. { UARTA0_BASE, INT_UARTA0 },
  60. { UARTA1_BASE, INT_UARTA1 },
  61. };
  62. //*****************************************************************************
  63. //
  64. //! \internal
  65. //! Checks a UART base address.
  66. //!
  67. //! \param ulBase is the base address of the UART port.
  68. //!
  69. //! This function determines if a UART port base address is valid.
  70. //!
  71. //! \return Returns \b true if the base address is valid and \b false
  72. //! otherwise.
  73. //
  74. //*****************************************************************************
  75. #ifdef DEBUG
  76. static tBoolean
  77. UARTBaseValid(unsigned long ulBase)
  78. {
  79. return((ulBase == UARTA0_BASE) || (ulBase == UARTA1_BASE));
  80. }
  81. #else
  82. #define UARTBaseValid(ulBase) (ulBase)
  83. #endif
  84. //*****************************************************************************
  85. //
  86. //! \internal
  87. //! Gets the UART interrupt number.
  88. //!
  89. //! \param ulBase is the base address of the UART port.
  90. //!
  91. //! Given a UART base address, returns the corresponding interrupt number.
  92. //!
  93. //! \return Returns a UART interrupt number, or -1 if \e ulBase is invalid.
  94. //
  95. //*****************************************************************************
  96. static long
  97. UARTIntNumberGet(unsigned long ulBase)
  98. {
  99. unsigned long ulIdx;
  100. //
  101. // Loop through the table that maps UART base addresses to interrupt
  102. // numbers.
  103. //
  104. for(ulIdx = 0; ulIdx < (sizeof(g_ppulUARTIntMap) /
  105. sizeof(g_ppulUARTIntMap[0])); ulIdx++)
  106. {
  107. //
  108. // See if this base address matches.
  109. //
  110. if(g_ppulUARTIntMap[ulIdx][0] == ulBase)
  111. {
  112. //
  113. // Return the corresponding interrupt number.
  114. //
  115. return(g_ppulUARTIntMap[ulIdx][1]);
  116. }
  117. }
  118. //
  119. // The base address could not be found, so return an error.
  120. //
  121. return(-1);
  122. }
  123. //*****************************************************************************
  124. //
  125. //! Sets the type of parity.
  126. //!
  127. //! \param ulBase is the base address of the UART port.
  128. //! \param ulParity specifies the type of parity to use.
  129. //!
  130. //! This function sets the type of parity to use for transmitting and expect
  131. //! when receiving. The \e ulParity parameter must be one of
  132. //! \b UART_CONFIG_PAR_NONE, \b UART_CONFIG_PAR_EVEN, \b UART_CONFIG_PAR_ODD,
  133. //! \b UART_CONFIG_PAR_ONE, or \b UART_CONFIG_PAR_ZERO. The last two allow
  134. //! direct control of the parity bit; it is always either one or zero based on
  135. //! the mode.
  136. //!
  137. //! \return None.
  138. //
  139. //*****************************************************************************
  140. void
  141. UARTParityModeSet(unsigned long ulBase, unsigned long ulParity)
  142. {
  143. //
  144. // Check the arguments.
  145. //
  146. ASSERT(UARTBaseValid(ulBase));
  147. ASSERT((ulParity == UART_CONFIG_PAR_NONE) ||
  148. (ulParity == UART_CONFIG_PAR_EVEN) ||
  149. (ulParity == UART_CONFIG_PAR_ODD) ||
  150. (ulParity == UART_CONFIG_PAR_ONE) ||
  151. (ulParity == UART_CONFIG_PAR_ZERO));
  152. //
  153. // Set the parity mode.
  154. //
  155. HWREG(ulBase + UART_O_LCRH) = ((HWREG(ulBase + UART_O_LCRH) &
  156. ~(UART_LCRH_SPS | UART_LCRH_EPS |
  157. UART_LCRH_PEN)) | ulParity);
  158. }
  159. //*****************************************************************************
  160. //
  161. //! Gets the type of parity currently being used.
  162. //!
  163. //! \param ulBase is the base address of the UART port.
  164. //!
  165. //! This function gets the type of parity used for transmitting data and
  166. //! expected when receiving data.
  167. //!
  168. //! \return Returns the current parity settings, specified as one of
  169. //! \b UART_CONFIG_PAR_NONE, \b UART_CONFIG_PAR_EVEN, \b UART_CONFIG_PAR_ODD,
  170. //! \b UART_CONFIG_PAR_ONE, or \b UART_CONFIG_PAR_ZERO.
  171. //
  172. //*****************************************************************************
  173. unsigned long
  174. UARTParityModeGet(unsigned long ulBase)
  175. {
  176. //
  177. // Check the arguments.
  178. //
  179. ASSERT(UARTBaseValid(ulBase));
  180. //
  181. // Return the current parity setting.
  182. //
  183. return(HWREG(ulBase + UART_O_LCRH) &
  184. (UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN));
  185. }
  186. //*****************************************************************************
  187. //
  188. //! Sets the FIFO level at which interrupts are generated.
  189. //!
  190. //! \param ulBase is the base address of the UART port.
  191. //! \param ulTxLevel is the transmit FIFO interrupt level, specified as one of
  192. //! \b UART_FIFO_TX1_8, \b UART_FIFO_TX2_8, \b UART_FIFO_TX4_8,
  193. //! \b UART_FIFO_TX6_8, or \b UART_FIFO_TX7_8.
  194. //! \param ulRxLevel is the receive FIFO interrupt level, specified as one of
  195. //! \b UART_FIFO_RX1_8, \b UART_FIFO_RX2_8, \b UART_FIFO_RX4_8,
  196. //! \b UART_FIFO_RX6_8, or \b UART_FIFO_RX7_8.
  197. //!
  198. //! This function sets the FIFO level at which transmit and receive interrupts
  199. //! are generated.
  200. //!
  201. //! \return None.
  202. //
  203. //*****************************************************************************
  204. void
  205. UARTFIFOLevelSet(unsigned long ulBase, unsigned long ulTxLevel,
  206. unsigned long ulRxLevel)
  207. {
  208. //
  209. // Check the arguments.
  210. //
  211. ASSERT(UARTBaseValid(ulBase));
  212. ASSERT((ulTxLevel == UART_FIFO_TX1_8) ||
  213. (ulTxLevel == UART_FIFO_TX2_8) ||
  214. (ulTxLevel == UART_FIFO_TX4_8) ||
  215. (ulTxLevel == UART_FIFO_TX6_8) ||
  216. (ulTxLevel == UART_FIFO_TX7_8));
  217. ASSERT((ulRxLevel == UART_FIFO_RX1_8) ||
  218. (ulRxLevel == UART_FIFO_RX2_8) ||
  219. (ulRxLevel == UART_FIFO_RX4_8) ||
  220. (ulRxLevel == UART_FIFO_RX6_8) ||
  221. (ulRxLevel == UART_FIFO_RX7_8));
  222. //
  223. // Set the FIFO interrupt levels.
  224. //
  225. HWREG(ulBase + UART_O_IFLS) = ulTxLevel | ulRxLevel;
  226. }
  227. //*****************************************************************************
  228. //
  229. //! Gets the FIFO level at which interrupts are generated.
  230. //!
  231. //! \param ulBase is the base address of the UART port.
  232. //! \param pulTxLevel is a pointer to storage for the transmit FIFO level,
  233. //! returned as one of \b UART_FIFO_TX1_8, \b UART_FIFO_TX2_8,
  234. //! \b UART_FIFO_TX4_8, \b UART_FIFO_TX6_8, or \b UART_FIFO_TX7_8.
  235. //! \param pulRxLevel is a pointer to storage for the receive FIFO level,
  236. //! returned as one of \b UART_FIFO_RX1_8, \b UART_FIFO_RX2_8,
  237. //! \b UART_FIFO_RX4_8, \b UART_FIFO_RX6_8, or \b UART_FIFO_RX7_8.
  238. //!
  239. //! This function gets the FIFO level at which transmit and receive interrupts
  240. //! are generated.
  241. //!
  242. //! \return None.
  243. //
  244. //*****************************************************************************
  245. void
  246. UARTFIFOLevelGet(unsigned long ulBase, unsigned long *pulTxLevel,
  247. unsigned long *pulRxLevel)
  248. {
  249. unsigned long ulTemp;
  250. //
  251. // Check the arguments.
  252. //
  253. ASSERT(UARTBaseValid(ulBase));
  254. //
  255. // Read the FIFO level register.
  256. //
  257. ulTemp = HWREG(ulBase + UART_O_IFLS);
  258. //
  259. // Extract the transmit and receive FIFO levels.
  260. //
  261. *pulTxLevel = ulTemp & UART_IFLS_TX_M;
  262. *pulRxLevel = ulTemp & UART_IFLS_RX_M;
  263. }
  264. //*****************************************************************************
  265. //
  266. //! Sets the configuration of a UART.
  267. //!
  268. //! \param ulBase is the base address of the UART port.
  269. //! \param ulUARTClk is the rate of the clock supplied to the UART module.
  270. //! \param ulBaud is the desired baud rate.
  271. //! \param ulConfig is the data format for the port (number of data bits,
  272. //! number of stop bits, and parity).
  273. //!
  274. //! This function configures the UART for operation in the specified data
  275. //! format. The baud rate is provided in the \e ulBaud parameter and the data
  276. //! format in the \e ulConfig parameter.
  277. //!
  278. //! The \e ulConfig parameter is the logical OR of three values: the number of
  279. //! data bits, the number of stop bits, and the parity. \b UART_CONFIG_WLEN_8,
  280. //! \b UART_CONFIG_WLEN_7, \b UART_CONFIG_WLEN_6, and \b UART_CONFIG_WLEN_5
  281. //! select from eight to five data bits per byte (respectively).
  282. //! \b UART_CONFIG_STOP_ONE and \b UART_CONFIG_STOP_TWO select one or two stop
  283. //! bits (respectively). \b UART_CONFIG_PAR_NONE, \b UART_CONFIG_PAR_EVEN,
  284. //! \b UART_CONFIG_PAR_ODD, \b UART_CONFIG_PAR_ONE, and \b UART_CONFIG_PAR_ZERO
  285. //! select the parity mode (no parity bit, even parity bit, odd parity bit,
  286. //! parity bit always one, and parity bit always zero, respectively).
  287. //!
  288. //! The peripheral clock is the same as the processor clock. The frequency of
  289. //! the system clock is the value returned by SysCtlClockGet(), or it can be
  290. //! explicitly hard coded if it is constant and known (to save the
  291. //! code/execution overhead of a call to SysCtlClockGet()).
  292. //!
  293. //!
  294. //! \return None.
  295. //
  296. //*****************************************************************************
  297. void
  298. UARTConfigSetExpClk(unsigned long ulBase, unsigned long ulUARTClk,
  299. unsigned long ulBaud, unsigned long ulConfig)
  300. {
  301. unsigned long ulDiv;
  302. //
  303. // Check the arguments.
  304. //
  305. ASSERT(UARTBaseValid(ulBase));
  306. ASSERT(ulBaud != 0);
  307. //
  308. // Stop the UART.
  309. //
  310. UARTDisable(ulBase);
  311. //
  312. // Is the required baud rate greater than the maximum rate supported
  313. // without the use of high speed mode?
  314. //
  315. if((ulBaud * 16) > ulUARTClk)
  316. {
  317. //
  318. // Enable high speed mode.
  319. //
  320. HWREG(ulBase + UART_O_CTL) |= UART_CTL_HSE;
  321. //
  322. // Half the supplied baud rate to compensate for enabling high speed
  323. // mode. This allows the following code to be common to both cases.
  324. //
  325. ulBaud /= 2;
  326. }
  327. else
  328. {
  329. //
  330. // Disable high speed mode.
  331. //
  332. HWREG(ulBase + UART_O_CTL) &= ~(UART_CTL_HSE);
  333. }
  334. //
  335. // Compute the fractional baud rate divider.
  336. //
  337. ulDiv = (((ulUARTClk * 8) / ulBaud) + 1) / 2;
  338. //
  339. // Set the baud rate.
  340. //
  341. HWREG(ulBase + UART_O_IBRD) = ulDiv / 64;
  342. HWREG(ulBase + UART_O_FBRD) = ulDiv % 64;
  343. //
  344. // Set parity, data length, and number of stop bits.
  345. //
  346. HWREG(ulBase + UART_O_LCRH) = ulConfig;
  347. //
  348. // Clear the flags register.
  349. //
  350. HWREG(ulBase + UART_O_FR) = 0;
  351. //
  352. // Start the UART.
  353. //
  354. UARTEnable(ulBase);
  355. }
  356. //*****************************************************************************
  357. //
  358. //! Gets the current configuration of a UART.
  359. //!
  360. //! \param ulBase is the base address of the UART port.
  361. //! \param ulUARTClk is the rate of the clock supplied to the UART module.
  362. //! \param pulBaud is a pointer to storage for the baud rate.
  363. //! \param pulConfig is a pointer to storage for the data format.
  364. //!
  365. //! The baud rate and data format for the UART is determined, given an
  366. //! explicitly provided peripheral clock (hence the ExpClk suffix). The
  367. //! returned baud rate is the actual baud rate; it may not be the exact baud
  368. //! rate requested or an ``official'' baud rate. The data format returned in
  369. //! \e pulConfig is enumerated the same as the \e ulConfig parameter of
  370. //! UARTConfigSetExpClk().
  371. //!
  372. //! The peripheral clock is the same as the processor clock. The frequency of
  373. //! the system clock is the value returned by SysCtlClockGet(), or it can be
  374. //! explicitly hard coded if it is constant and known (to save the
  375. //! code/execution overhead of a call to SysCtlClockGet()).
  376. //!
  377. //!
  378. //! \return None.
  379. //
  380. //*****************************************************************************
  381. void
  382. UARTConfigGetExpClk(unsigned long ulBase, unsigned long ulUARTClk,
  383. unsigned long *pulBaud, unsigned long *pulConfig)
  384. {
  385. unsigned long ulInt, ulFrac;
  386. //
  387. // Check the arguments.
  388. //
  389. ASSERT(UARTBaseValid(ulBase));
  390. //
  391. // Compute the baud rate.
  392. //
  393. ulInt = HWREG(ulBase + UART_O_IBRD);
  394. ulFrac = HWREG(ulBase + UART_O_FBRD);
  395. *pulBaud = (ulUARTClk * 4) / ((64 * ulInt) + ulFrac);
  396. //
  397. // See if high speed mode enabled.
  398. //
  399. if(HWREG(ulBase + UART_O_CTL) & UART_CTL_HSE)
  400. {
  401. //
  402. // High speed mode is enabled so the actual baud rate is actually
  403. // double what was just calculated.
  404. //
  405. *pulBaud *= 2;
  406. }
  407. //
  408. // Get the parity, data length, and number of stop bits.
  409. //
  410. *pulConfig = (HWREG(ulBase + UART_O_LCRH) &
  411. (UART_LCRH_SPS | UART_LCRH_WLEN_M | UART_LCRH_STP2 |
  412. UART_LCRH_EPS | UART_LCRH_PEN));
  413. }
  414. //*****************************************************************************
  415. //
  416. //! Enables transmitting and receiving.
  417. //!
  418. //! \param ulBase is the base address of the UART port.
  419. //!
  420. //! This function sets the UARTEN, TXE, and RXE bits, and enables the transmit
  421. //! and receive FIFOs.
  422. //!
  423. //! \return None.
  424. //
  425. //*****************************************************************************
  426. void
  427. UARTEnable(unsigned long ulBase)
  428. {
  429. //
  430. // Check the arguments.
  431. //
  432. ASSERT(UARTBaseValid(ulBase));
  433. //
  434. // Enable the FIFO.
  435. //
  436. HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN;
  437. //
  438. // Enable RX, TX, and the UART.
  439. //
  440. HWREG(ulBase + UART_O_CTL) |= (UART_CTL_UARTEN | UART_CTL_TXE |
  441. UART_CTL_RXE);
  442. }
  443. //*****************************************************************************
  444. //
  445. //! Disables transmitting and receiving.
  446. //!
  447. //! \param ulBase is the base address of the UART port.
  448. //!
  449. //! This function clears the UARTEN, TXE, and RXE bits, waits for the end of
  450. //! transmission of the current character, and flushes the transmit FIFO.
  451. //!
  452. //! \return None.
  453. //
  454. //*****************************************************************************
  455. void
  456. UARTDisable(unsigned long ulBase)
  457. {
  458. //
  459. // Check the arguments.
  460. //
  461. ASSERT(UARTBaseValid(ulBase));
  462. //
  463. // Wait for end of TX.
  464. //
  465. while(HWREG(ulBase + UART_O_FR) & UART_FR_BUSY)
  466. {
  467. }
  468. //
  469. // Disable the FIFO.
  470. //
  471. HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN);
  472. //
  473. // Disable the UART.
  474. //
  475. HWREG(ulBase + UART_O_CTL) &= ~(UART_CTL_UARTEN | UART_CTL_TXE |
  476. UART_CTL_RXE);
  477. }
  478. //*****************************************************************************
  479. //
  480. //! Enables the transmit and receive FIFOs.
  481. //!
  482. //! \param ulBase is the base address of the UART port.
  483. //!
  484. //! This functions enables the transmit and receive FIFOs in the UART.
  485. //!
  486. //! \return None.
  487. //
  488. //*****************************************************************************
  489. void
  490. UARTFIFOEnable(unsigned long ulBase)
  491. {
  492. //
  493. // Check the arguments.
  494. //
  495. ASSERT(UARTBaseValid(ulBase));
  496. //
  497. // Enable the FIFO.
  498. //
  499. HWREG(ulBase + UART_O_LCRH) |= UART_LCRH_FEN;
  500. }
  501. //*****************************************************************************
  502. //
  503. //! Disables the transmit and receive FIFOs.
  504. //!
  505. //! \param ulBase is the base address of the UART port.
  506. //!
  507. //! This functions disables the transmit and receive FIFOs in the UART.
  508. //!
  509. //! \return None.
  510. //
  511. //*****************************************************************************
  512. void
  513. UARTFIFODisable(unsigned long ulBase)
  514. {
  515. //
  516. // Check the arguments.
  517. //
  518. ASSERT(UARTBaseValid(ulBase));
  519. //
  520. // Disable the FIFO.
  521. //
  522. HWREG(ulBase + UART_O_LCRH) &= ~(UART_LCRH_FEN);
  523. }
  524. //*****************************************************************************
  525. //
  526. //! Sets the states of the RTS modem control signals.
  527. //!
  528. //! \param ulBase is the base address of the UART port.
  529. //! \param ulControl is a bit-mapped flag indicating which modem control bits
  530. //! should be set.
  531. //!
  532. //! This function sets the states of the RTS modem handshake outputs
  533. //! from the UART.
  534. //!
  535. //! The \e ulControl parameter is the logical OR of any of the following:
  536. //!
  537. //! - \b UART_OUTPUT_RTS - The Modem Control RTS signal
  538. //!
  539. //! \note The availability of hardware modem handshake signals varies with the
  540. //! part and UART in use. Please consult the datasheet for the part
  541. //! you are using to determine whether this support is available.
  542. //!
  543. //! \return None.
  544. //
  545. //*****************************************************************************
  546. void
  547. UARTModemControlSet(unsigned long ulBase, unsigned long ulControl)
  548. {
  549. unsigned long ulTemp;
  550. //
  551. // Check the arguments.
  552. //
  553. ASSERT(ulBase == UARTA1_BASE);
  554. ASSERT((ulControl & ~(UART_OUTPUT_RTS)) == 0);
  555. //
  556. // Set the appropriate modem control output bits.
  557. //
  558. ulTemp = HWREG(ulBase + UART_O_CTL);
  559. ulTemp |= (ulControl & (UART_OUTPUT_RTS));
  560. HWREG(ulBase + UART_O_CTL) = ulTemp;
  561. }
  562. //*****************************************************************************
  563. //
  564. //! Clears the states of the RTS modem control signals.
  565. //!
  566. //! \param ulBase is the base address of the UART port.
  567. //! \param ulControl is a bit-mapped flag indicating which modem control bits
  568. //! should be set.
  569. //!
  570. //! This function clears the states of the RTS modem handshake outputs
  571. //! from the UART.
  572. //!
  573. //! The \e ulControl parameter is the logical OR of any of the following:
  574. //!
  575. //! - \b UART_OUTPUT_RTS - The Modem Control RTS signal
  576. //!
  577. //! \note The availability of hardware modem handshake signals varies with the
  578. //! part and UART in use. Please consult the datasheet for the part
  579. //! you are using to determine whether this support is available.
  580. //!
  581. //! \return None.
  582. //
  583. //*****************************************************************************
  584. void
  585. UARTModemControlClear(unsigned long ulBase, unsigned long ulControl)
  586. {
  587. unsigned long ulTemp;
  588. //
  589. // Check the arguments.
  590. //
  591. ASSERT(ulBase == UARTA1_BASE);
  592. ASSERT((ulControl & ~(UART_OUTPUT_RTS)) == 0);
  593. //
  594. // Set the appropriate modem control output bits.
  595. //
  596. ulTemp = HWREG(ulBase + UART_O_CTL);
  597. ulTemp &= ~(ulControl & (UART_OUTPUT_RTS));
  598. HWREG(ulBase + UART_O_CTL) = ulTemp;
  599. }
  600. //*****************************************************************************
  601. //
  602. //! Gets the states of the RTS modem control signals.
  603. //!
  604. //! \param ulBase is the base address of the UART port.
  605. //!
  606. //! This function returns the current states of each of the UART modem
  607. //! control signal, RTS.
  608. //!
  609. //! \note The availability of hardware modem handshake signals varies with the
  610. //! part and UART in use. Please consult the datasheet for the part
  611. //! you are using to determine whether this support is available.
  612. //!
  613. //! \return Returns the states of the handshake output signal.
  614. //
  615. //*****************************************************************************
  616. unsigned long
  617. UARTModemControlGet(unsigned long ulBase)
  618. {
  619. //
  620. // Check the arguments.
  621. //
  622. ASSERT(ulBase == UARTA1_BASE);
  623. return(HWREG(ulBase + UART_O_CTL) & (UART_OUTPUT_RTS));
  624. }
  625. //*****************************************************************************
  626. //
  627. //! Gets the states of the CTS modem status signal.
  628. //!
  629. //! \param ulBase is the base address of the UART port.
  630. //!
  631. //! This function returns the current states of the UART modem status signal,
  632. //! CTS.
  633. //!
  634. //! \note The availability of hardware modem handshake signals varies with the
  635. //! part and UART in use. Please consult the datasheet for the part
  636. //! you are using to determine whether this support is available.
  637. //!
  638. //! \return Returns the states of the handshake output signal
  639. //
  640. //*****************************************************************************
  641. unsigned long
  642. UARTModemStatusGet(unsigned long ulBase)
  643. {
  644. //
  645. // Check the arguments.
  646. //
  647. ASSERT(ulBase == UARTA1_BASE);
  648. return(HWREG(ulBase + UART_O_FR) & (UART_INPUT_CTS));
  649. }
  650. //*****************************************************************************
  651. //
  652. //! Sets the UART hardware flow control mode to be used.
  653. //!
  654. //! \param ulBase is the base address of the UART port.
  655. //! \param ulMode indicates the flow control modes to be used. This parameter
  656. //! is a logical OR combination of values \b UART_FLOWCONTROL_TX and
  657. //! \b UART_FLOWCONTROL_RX to enable hardware transmit (CTS) and receive (RTS)
  658. //! flow control or \b UART_FLOWCONTROL_NONE to disable hardware flow control.
  659. //!
  660. //! This function sets the required hardware flow control modes. If \e ulMode
  661. //! contains flag \b UART_FLOWCONTROL_TX, data is only transmitted if the
  662. //! incoming CTS signal is asserted. If \e ulMode contains flag
  663. //! \b UART_FLOWCONTROL_RX, the RTS output is controlled by the hardware and is
  664. //! asserted only when there is space available in the receive FIFO. If no
  665. //! hardware flow control is required, \b UART_FLOWCONTROL_NONE should be
  666. //! passed.
  667. //!
  668. //! \note The availability of hardware flow control varies with the
  669. //! part and UART in use. Please consult the datasheet for the part you are
  670. //! using to determine whether this support is available.
  671. //!
  672. //! \return None.
  673. //
  674. //*****************************************************************************
  675. void
  676. UARTFlowControlSet(unsigned long ulBase, unsigned long ulMode)
  677. {
  678. //
  679. // Check the arguments.
  680. //
  681. ASSERT(UARTBaseValid(ulBase));
  682. ASSERT((ulMode & ~(UART_FLOWCONTROL_TX | UART_FLOWCONTROL_RX)) == 0);
  683. //
  684. // Set the flow control mode as requested.
  685. //
  686. HWREG(ulBase + UART_O_CTL) = ((HWREG(ulBase + UART_O_CTL) &
  687. ~(UART_FLOWCONTROL_TX |
  688. UART_FLOWCONTROL_RX)) | ulMode);
  689. }
  690. //*****************************************************************************
  691. //
  692. //! Returns the UART hardware flow control mode currently in use.
  693. //!
  694. //! \param ulBase is the base address of the UART port.
  695. //!
  696. //! This function returns the current hardware flow control mode.
  697. //!
  698. //! \note The availability of hardware flow control varies with the
  699. //! part and UART in use. Please consult the datasheet for the part you are
  700. //! using to determine whether this support is available.
  701. //!
  702. //! \return Returns the current flow control mode in use. This is a
  703. //! logical OR combination of values \b UART_FLOWCONTROL_TX if transmit
  704. //! (CTS) flow control is enabled and \b UART_FLOWCONTROL_RX if receive (RTS)
  705. //! flow control is in use. If hardware flow control is disabled,
  706. //! \b UART_FLOWCONTROL_NONE is returned.
  707. //
  708. //*****************************************************************************
  709. unsigned long
  710. UARTFlowControlGet(unsigned long ulBase)
  711. {
  712. //
  713. // Check the arguments.
  714. //
  715. ASSERT(UARTBaseValid(ulBase));
  716. return(HWREG(ulBase + UART_O_CTL) & (UART_FLOWCONTROL_TX |
  717. UART_FLOWCONTROL_RX));
  718. }
  719. //*****************************************************************************
  720. //
  721. //! Sets the operating mode for the UART transmit interrupt.
  722. //!
  723. //! \param ulBase is the base address of the UART port.
  724. //! \param ulMode is the operating mode for the transmit interrupt. It may be
  725. //! \b UART_TXINT_MODE_EOT to trigger interrupts when the transmitter is idle
  726. //! or \b UART_TXINT_MODE_FIFO to trigger based on the current transmit FIFO
  727. //! level.
  728. //!
  729. //! This function allows the mode of the UART transmit interrupt to be set. By
  730. //! default, the transmit interrupt is asserted when the FIFO level falls past
  731. //! a threshold set via a call to UARTFIFOLevelSet(). Alternatively, if this
  732. //! function is called with \e ulMode set to \b UART_TXINT_MODE_EOT, the
  733. //! transmit interrupt is asserted once the transmitter is completely idle -
  734. //! the transmit FIFO is empty and all bits, including any stop bits, have
  735. //! cleared the transmitter.
  736. //!
  737. //! \note The availability of end-of-transmission mode varies with the
  738. //! part in use. Please consult the datasheet for the part you are
  739. //! using to determine whether this support is available.
  740. //!
  741. //! \return None.
  742. //
  743. //*****************************************************************************
  744. void
  745. UARTTxIntModeSet(unsigned long ulBase, unsigned long ulMode)
  746. {
  747. //
  748. // Check the arguments.
  749. //
  750. ASSERT(UARTBaseValid(ulBase));
  751. ASSERT((ulMode == UART_TXINT_MODE_EOT) ||
  752. (ulMode == UART_TXINT_MODE_FIFO));
  753. //
  754. // Set or clear the EOT bit of the UART control register as appropriate.
  755. //
  756. HWREG(ulBase + UART_O_CTL) = ((HWREG(ulBase + UART_O_CTL) &
  757. ~(UART_TXINT_MODE_EOT |
  758. UART_TXINT_MODE_FIFO)) | ulMode);
  759. }
  760. //*****************************************************************************
  761. //
  762. //! Returns the current operating mode for the UART transmit interrupt.
  763. //!
  764. //! \param ulBase is the base address of the UART port.
  765. //!
  766. //! This function returns the current operating mode for the UART transmit
  767. //! interrupt. The return value is \b UART_TXINT_MODE_EOT if the transmit
  768. //! interrupt is currently set to be asserted once the transmitter is
  769. //! completely idle - the transmit FIFO is empty and all bits, including any
  770. //! stop bits, have cleared the transmitter. The return value is
  771. //! \b UART_TXINT_MODE_FIFO if the interrupt is set to be asserted based upon
  772. //! the level of the transmit FIFO.
  773. //!
  774. //! \note The availability of end-of-transmission mode varies with the
  775. //! part in use. Please consult the datasheet for the part you are
  776. //! using to determine whether this support is available.
  777. //!
  778. //! \return Returns \b UART_TXINT_MODE_FIFO or \b UART_TXINT_MODE_EOT.
  779. //
  780. //*****************************************************************************
  781. unsigned long
  782. UARTTxIntModeGet(unsigned long ulBase)
  783. {
  784. //
  785. // Check the arguments.
  786. //
  787. ASSERT(UARTBaseValid(ulBase));
  788. //
  789. // Return the current transmit interrupt mode.
  790. //
  791. return(HWREG(ulBase + UART_O_CTL) & (UART_TXINT_MODE_EOT |
  792. UART_TXINT_MODE_FIFO));
  793. }
  794. //*****************************************************************************
  795. //
  796. //! Determines if there are any characters in the receive FIFO.
  797. //!
  798. //! \param ulBase is the base address of the UART port.
  799. //!
  800. //! This function returns a flag indicating whether or not there is data
  801. //! available in the receive FIFO.
  802. //!
  803. //! \return Returns \b true if there is data in the receive FIFO or \b false
  804. //! if there is no data in the receive FIFO.
  805. //
  806. //*****************************************************************************
  807. tBoolean
  808. UARTCharsAvail(unsigned long ulBase)
  809. {
  810. //
  811. // Check the arguments.
  812. //
  813. ASSERT(UARTBaseValid(ulBase));
  814. //
  815. // Return the availability of characters.
  816. //
  817. return((HWREG(ulBase + UART_O_FR) & UART_FR_RXFE) ? false : true);
  818. }
  819. //*****************************************************************************
  820. //
  821. //! Determines if there is any space in the transmit FIFO.
  822. //!
  823. //! \param ulBase is the base address of the UART port.
  824. //!
  825. //! This function returns a flag indicating whether or not there is space
  826. //! available in the transmit FIFO.
  827. //!
  828. //! \return Returns \b true if there is space available in the transmit FIFO
  829. //! or \b false if there is no space available in the transmit FIFO.
  830. //
  831. //*****************************************************************************
  832. tBoolean
  833. UARTSpaceAvail(unsigned long ulBase)
  834. {
  835. //
  836. // Check the arguments.
  837. //
  838. ASSERT(UARTBaseValid(ulBase));
  839. //
  840. // Return the availability of space.
  841. //
  842. return((HWREG(ulBase + UART_O_FR) & UART_FR_TXFF) ? false : true);
  843. }
  844. //*****************************************************************************
  845. //
  846. //! Receives a character from the specified port.
  847. //!
  848. //! \param ulBase is the base address of the UART port.
  849. //!
  850. //! This function gets a character from the receive FIFO for the specified
  851. //! port.
  852. //!
  853. //!
  854. //! \return Returns the character read from the specified port, cast as a
  855. //! \e long. A \b -1 is returned if there are no characters present in the
  856. //! receive FIFO. The UARTCharsAvail() function should be called before
  857. //! attempting to call this function.
  858. //
  859. //*****************************************************************************
  860. long
  861. UARTCharGetNonBlocking(unsigned long ulBase)
  862. {
  863. //
  864. // Check the arguments.
  865. //
  866. ASSERT(UARTBaseValid(ulBase));
  867. //
  868. // See if there are any characters in the receive FIFO.
  869. //
  870. if(!(HWREG(ulBase + UART_O_FR) & UART_FR_RXFE))
  871. {
  872. //
  873. // Read and return the next character.
  874. //
  875. return(HWREG(ulBase + UART_O_DR));
  876. }
  877. else
  878. {
  879. //
  880. // There are no characters, so return a failure.
  881. //
  882. return(-1);
  883. }
  884. }
  885. //*****************************************************************************
  886. //
  887. //! Waits for a character from the specified port.
  888. //!
  889. //! \param ulBase is the base address of the UART port.
  890. //!
  891. //! This function gets a character from the receive FIFO for the specified
  892. //! port. If there are no characters available, this function waits until a
  893. //! character is received before returning.
  894. //!
  895. //! \return Returns the character read from the specified port, cast as a
  896. //! \e long.
  897. //
  898. //*****************************************************************************
  899. long
  900. UARTCharGet(unsigned long ulBase)
  901. {
  902. //
  903. // Check the arguments.
  904. //
  905. ASSERT(UARTBaseValid(ulBase));
  906. //
  907. // Wait until a char is available.
  908. //
  909. while(HWREG(ulBase + UART_O_FR) & UART_FR_RXFE)
  910. {
  911. }
  912. //
  913. // Now get the char.
  914. //
  915. return(HWREG(ulBase + UART_O_DR));
  916. }
  917. //*****************************************************************************
  918. //
  919. //! Sends a character to the specified port.
  920. //!
  921. //! \param ulBase is the base address of the UART port.
  922. //! \param ucData is the character to be transmitted.
  923. //!
  924. //! This function writes the character \e ucData to the transmit FIFO for the
  925. //! specified port. This function does not block, so if there is no space
  926. //! available, then a \b false is returned, and the application must retry the
  927. //! function later.
  928. //!
  929. //! \return Returns \b true if the character was successfully placed in the
  930. //! transmit FIFO or \b false if there was no space available in the transmit
  931. //! FIFO.
  932. //
  933. //*****************************************************************************
  934. tBoolean
  935. UARTCharPutNonBlocking(unsigned long ulBase, unsigned char ucData)
  936. {
  937. //
  938. // Check the arguments.
  939. //
  940. ASSERT(UARTBaseValid(ulBase));
  941. //
  942. // See if there is space in the transmit FIFO.
  943. //
  944. if(!(HWREG(ulBase + UART_O_FR) & UART_FR_TXFF))
  945. {
  946. //
  947. // Write this character to the transmit FIFO.
  948. //
  949. HWREG(ulBase + UART_O_DR) = ucData;
  950. //
  951. // Success.
  952. //
  953. return(true);
  954. }
  955. else
  956. {
  957. //
  958. // There is no space in the transmit FIFO, so return a failure.
  959. //
  960. return(false);
  961. }
  962. }
  963. //*****************************************************************************
  964. //
  965. //! Waits to send a character from the specified port.
  966. //!
  967. //! \param ulBase is the base address of the UART port.
  968. //! \param ucData is the character to be transmitted.
  969. //!
  970. //! This function sends the character \e ucData to the transmit FIFO for the
  971. //! specified port. If there is no space available in the transmit FIFO, this
  972. //! function waits until there is space available before returning.
  973. //!
  974. //! \return None.
  975. //
  976. //*****************************************************************************
  977. void
  978. UARTCharPut(unsigned long ulBase, unsigned char ucData)
  979. {
  980. //
  981. // Check the arguments.
  982. //
  983. ASSERT(UARTBaseValid(ulBase));
  984. //
  985. // Wait until space is available.
  986. //
  987. while(HWREG(ulBase + UART_O_FR) & UART_FR_TXFF)
  988. {
  989. }
  990. //
  991. // Send the char.
  992. //
  993. HWREG(ulBase + UART_O_DR) = ucData;
  994. }
  995. //*****************************************************************************
  996. //
  997. //! Causes a BREAK to be sent.
  998. //!
  999. //! \param ulBase is the base address of the UART port.
  1000. //! \param bBreakState controls the output level.
  1001. //!
  1002. //! Calling this function with \e bBreakState set to \b true asserts a break
  1003. //! condition on the UART. Calling this function with \e bBreakState set to
  1004. //! \b false removes the break condition. For proper transmission of a break
  1005. //! command, the break must be asserted for at least two complete frames.
  1006. //!
  1007. //! \return None.
  1008. //
  1009. //*****************************************************************************
  1010. void
  1011. UARTBreakCtl(unsigned long ulBase, tBoolean bBreakState)
  1012. {
  1013. //
  1014. // Check the arguments.
  1015. //
  1016. ASSERT(UARTBaseValid(ulBase));
  1017. //
  1018. // Set the break condition as requested.
  1019. //
  1020. HWREG(ulBase + UART_O_LCRH) =
  1021. (bBreakState ?
  1022. (HWREG(ulBase + UART_O_LCRH) | UART_LCRH_BRK) :
  1023. (HWREG(ulBase + UART_O_LCRH) & ~(UART_LCRH_BRK)));
  1024. }
  1025. //*****************************************************************************
  1026. //
  1027. //! Determines whether the UART transmitter is busy or not.
  1028. //!
  1029. //! \param ulBase is the base address of the UART port.
  1030. //!
  1031. //! Allows the caller to determine whether all transmitted bytes have cleared
  1032. //! the transmitter hardware. If \b false is returned, the transmit FIFO is
  1033. //! empty and all bits of the last transmitted character, including all stop
  1034. //! bits, have left the hardware shift register.
  1035. //!
  1036. //! \return Returns \b true if the UART is transmitting or \b false if all
  1037. //! transmissions are complete.
  1038. //
  1039. //*****************************************************************************
  1040. tBoolean
  1041. UARTBusy(unsigned long ulBase)
  1042. {
  1043. //
  1044. // Check the argument.
  1045. //
  1046. ASSERT(UARTBaseValid(ulBase));
  1047. //
  1048. // Determine if the UART is busy.
  1049. //
  1050. return((HWREG(ulBase + UART_O_FR) & UART_FR_BUSY) ? true : false);
  1051. }
  1052. //*****************************************************************************
  1053. //
  1054. //! Registers an interrupt handler for a UART interrupt.
  1055. //!
  1056. //! \param ulBase is the base address of the UART port.
  1057. //! \param pfnHandler is a pointer to the function to be called when the
  1058. //! UART interrupt occurs.
  1059. //!
  1060. //! This function does the actual registering of the interrupt handler. This
  1061. //! function enables the global interrupt in the interrupt controller; specific
  1062. //! UART interrupts must be enabled via UARTIntEnable(). It is the interrupt
  1063. //! handler's responsibility to clear the interrupt source.
  1064. //!
  1065. //! \sa IntRegister() for important information about registering interrupt
  1066. //! handlers.
  1067. //!
  1068. //! \return None.
  1069. //
  1070. //*****************************************************************************
  1071. void
  1072. UARTIntRegister(unsigned long ulBase, void (*pfnHandler)(void))
  1073. {
  1074. unsigned long ulInt;
  1075. //
  1076. // Check the arguments.
  1077. //
  1078. ASSERT(UARTBaseValid(ulBase));
  1079. //
  1080. // Determine the interrupt number based on the UART port.
  1081. //
  1082. ulInt = UARTIntNumberGet(ulBase);
  1083. //
  1084. // Register the interrupt handler.
  1085. //
  1086. IntRegister(ulInt, pfnHandler);
  1087. //
  1088. // Enable the UART interrupt.
  1089. //
  1090. IntEnable(ulInt);
  1091. }
  1092. //*****************************************************************************
  1093. //
  1094. //! Unregisters an interrupt handler for a UART interrupt.
  1095. //!
  1096. //! \param ulBase is the base address of the UART port.
  1097. //!
  1098. //! This function does the actual unregistering of the interrupt handler. It
  1099. //! clears the handler to be called when a UART interrupt occurs. This
  1100. //! function also masks off the interrupt in the interrupt controller so that
  1101. //! the interrupt handler no longer is called.
  1102. //!
  1103. //! \sa IntRegister() for important information about registering interrupt
  1104. //! handlers.
  1105. //!
  1106. //! \return None.
  1107. //
  1108. //*****************************************************************************
  1109. void
  1110. UARTIntUnregister(unsigned long ulBase)
  1111. {
  1112. unsigned long ulInt;
  1113. //
  1114. // Check the arguments.
  1115. //
  1116. ASSERT(UARTBaseValid(ulBase));
  1117. //
  1118. // Determine the interrupt number based on the UART port.
  1119. //
  1120. ulInt = UARTIntNumberGet(ulBase);
  1121. //
  1122. // Disable the interrupt.
  1123. //
  1124. IntDisable(ulInt);
  1125. //
  1126. // Unregister the interrupt handler.
  1127. //
  1128. IntUnregister(ulInt);
  1129. }
  1130. //*****************************************************************************
  1131. //
  1132. //! Enables individual UART interrupt sources.
  1133. //!
  1134. //! \param ulBase is the base address of the UART port.
  1135. //! \param ulIntFlags is the bit mask of the interrupt sources to be enabled.
  1136. //!
  1137. //! This function enables the indicated UART interrupt sources. Only the
  1138. //! sources that are enabled can be reflected to the processor interrupt;
  1139. //! disabled sources have no effect on the processor.
  1140. //!
  1141. //! The \e ulIntFlags parameter is the logical OR of any of the following:
  1142. //!
  1143. //! - \b UART_INT_OE - Overrun Error interrupt
  1144. //! - \b UART_INT_BE - Break Error interrupt
  1145. //! - \b UART_INT_PE - Parity Error interrupt
  1146. //! - \b UART_INT_FE - Framing Error interrupt
  1147. //! - \b UART_INT_RT - Receive Timeout interrupt
  1148. //! - \b UART_INT_TX - Transmit interrupt
  1149. //! - \b UART_INT_RX - Receive interrupt
  1150. //! - \b UART_INT_CTS - CTS interrupt
  1151. //!
  1152. //! \return None.
  1153. //
  1154. //*****************************************************************************
  1155. void
  1156. UARTIntEnable(unsigned long ulBase, unsigned long ulIntFlags)
  1157. {
  1158. //
  1159. // Check the arguments.
  1160. //
  1161. ASSERT(UARTBaseValid(ulBase));
  1162. //
  1163. // Enable the specified interrupts.
  1164. //
  1165. HWREG(ulBase + UART_O_IM) |= ulIntFlags;
  1166. }
  1167. //*****************************************************************************
  1168. //
  1169. //! Disables individual UART interrupt sources.
  1170. //!
  1171. //! \param ulBase is the base address of the UART port.
  1172. //! \param ulIntFlags is the bit mask of the interrupt sources to be disabled.
  1173. //!
  1174. //! This function disables the indicated UART interrupt sources. Only the
  1175. //! sources that are enabled can be reflected to the processor interrupt;
  1176. //! disabled sources have no effect on the processor.
  1177. //!
  1178. //! The \e ulIntFlags parameter has the same definition as the \e ulIntFlags
  1179. //! parameter to UARTIntEnable().
  1180. //!
  1181. //! \return None.
  1182. //
  1183. //*****************************************************************************
  1184. void
  1185. UARTIntDisable(unsigned long ulBase, unsigned long ulIntFlags)
  1186. {
  1187. //
  1188. // Check the arguments.
  1189. //
  1190. ASSERT(UARTBaseValid(ulBase));
  1191. //
  1192. // Disable the specified interrupts.
  1193. //
  1194. HWREG(ulBase + UART_O_IM) &= ~(ulIntFlags);
  1195. }
  1196. //*****************************************************************************
  1197. //
  1198. //! Gets the current interrupt status.
  1199. //!
  1200. //! \param ulBase is the base address of the UART port.
  1201. //! \param bMasked is \b false if the raw interrupt status is required and
  1202. //! \b true if the masked interrupt status is required.
  1203. //!
  1204. //! This function returns the interrupt status for the specified UART. Either
  1205. //! the raw interrupt status or the status of interrupts that are allowed to
  1206. //! reflect to the processor can be returned.
  1207. //!
  1208. //! \return Returns the current interrupt status, enumerated as a bit field of
  1209. //! values described in UARTIntEnable().
  1210. //
  1211. //*****************************************************************************
  1212. unsigned long
  1213. UARTIntStatus(unsigned long ulBase, tBoolean bMasked)
  1214. {
  1215. //
  1216. // Check the arguments.
  1217. //
  1218. ASSERT(UARTBaseValid(ulBase));
  1219. //
  1220. // Return either the interrupt status or the raw interrupt status as
  1221. // requested.
  1222. //
  1223. if(bMasked)
  1224. {
  1225. return(HWREG(ulBase + UART_O_MIS));
  1226. }
  1227. else
  1228. {
  1229. return(HWREG(ulBase + UART_O_RIS));
  1230. }
  1231. }
  1232. //*****************************************************************************
  1233. //
  1234. //! Clears UART interrupt sources.
  1235. //!
  1236. //! \param ulBase is the base address of the UART port.
  1237. //! \param ulIntFlags is a bit mask of the interrupt sources to be cleared.
  1238. //!
  1239. //! The specified UART interrupt sources are cleared, so that they no longer
  1240. //! assert. This function must be called in the interrupt handler to keep the
  1241. //! interrupt from being recognized again immediately upon exit.
  1242. //!
  1243. //! The \e ulIntFlags parameter has the same definition as the \e ulIntFlags
  1244. //! parameter to UARTIntEnable().
  1245. //!
  1246. //! \note Because there is a write buffer in the Cortex-M3 processor, it may
  1247. //! take several clock cycles before the interrupt source is actually cleared.
  1248. //! Therefore, it is recommended that the interrupt source be cleared early in
  1249. //! the interrupt handler (as opposed to the very last action) to avoid
  1250. //! returning from the interrupt handler before the interrupt source is
  1251. //! actually cleared. Failure to do so may result in the interrupt handler
  1252. //! being immediately reentered (because the interrupt controller still sees
  1253. //! the interrupt source asserted).
  1254. //!
  1255. //! \return None.
  1256. //
  1257. //*****************************************************************************
  1258. void
  1259. UARTIntClear(unsigned long ulBase, unsigned long ulIntFlags)
  1260. {
  1261. //
  1262. // Check the arguments.
  1263. //
  1264. ASSERT(UARTBaseValid(ulBase));
  1265. //
  1266. // Clear the requested interrupt sources.
  1267. //
  1268. HWREG(ulBase + UART_O_ICR) = ulIntFlags;
  1269. }
  1270. //*****************************************************************************
  1271. //
  1272. //! Enable UART DMA operation.
  1273. //!
  1274. //! \param ulBase is the base address of the UART port.
  1275. //! \param ulDMAFlags is a bit mask of the DMA features to enable.
  1276. //!
  1277. //! The specified UART DMA features are enabled. The UART can be
  1278. //! configured to use DMA for transmit or receive, and to disable
  1279. //! receive if an error occurs. The \e ulDMAFlags parameter is the
  1280. //! logical OR of any of the following values:
  1281. //!
  1282. //! - UART_DMA_RX - enable DMA for receive
  1283. //! - UART_DMA_TX - enable DMA for transmit
  1284. //! - UART_DMA_ERR_RXSTOP - disable DMA receive on UART error
  1285. //!
  1286. //! \note The uDMA controller must also be set up before DMA can be used
  1287. //! with the UART.
  1288. //!
  1289. //! \return None.
  1290. //
  1291. //*****************************************************************************
  1292. void
  1293. UARTDMAEnable(unsigned long ulBase, unsigned long ulDMAFlags)
  1294. {
  1295. //
  1296. // Check the arguments.
  1297. //
  1298. ASSERT(UARTBaseValid(ulBase));
  1299. //
  1300. // Set the requested bits in the UART DMA control register.
  1301. //
  1302. HWREG(ulBase + UART_O_DMACTL) |= ulDMAFlags;
  1303. }
  1304. //*****************************************************************************
  1305. //
  1306. //! Disable UART DMA operation.
  1307. //!
  1308. //! \param ulBase is the base address of the UART port.
  1309. //! \param ulDMAFlags is a bit mask of the DMA features to disable.
  1310. //!
  1311. //! This function is used to disable UART DMA features that were enabled
  1312. //! by UARTDMAEnable(). The specified UART DMA features are disabled. The
  1313. //! \e ulDMAFlags parameter is the logical OR of any of the following values:
  1314. //!
  1315. //! - UART_DMA_RX - disable DMA for receive
  1316. //! - UART_DMA_TX - disable DMA for transmit
  1317. //! - UART_DMA_ERR_RXSTOP - do not disable DMA receive on UART error
  1318. //!
  1319. //! \return None.
  1320. //
  1321. //*****************************************************************************
  1322. void
  1323. UARTDMADisable(unsigned long ulBase, unsigned long ulDMAFlags)
  1324. {
  1325. //
  1326. // Check the arguments.
  1327. //
  1328. ASSERT(UARTBaseValid(ulBase));
  1329. //
  1330. // Clear the requested bits in the UART DMA control register.
  1331. //
  1332. HWREG(ulBase + UART_O_DMACTL) &= ~ulDMAFlags;
  1333. }
  1334. //*****************************************************************************
  1335. //
  1336. //! Gets current receiver errors.
  1337. //!
  1338. //! \param ulBase is the base address of the UART port.
  1339. //!
  1340. //! This function returns the current state of each of the 4 receiver error
  1341. //! sources. The returned errors are equivalent to the four error bits
  1342. //! returned via the previous call to UARTCharGet() or UARTCharGetNonBlocking()
  1343. //! with the exception that the overrun error is set immediately the overrun
  1344. //! occurs rather than when a character is next read.
  1345. //!
  1346. //! \return Returns a logical OR combination of the receiver error flags,
  1347. //! \b UART_RXERROR_FRAMING, \b UART_RXERROR_PARITY, \b UART_RXERROR_BREAK
  1348. //! and \b UART_RXERROR_OVERRUN.
  1349. //
  1350. //*****************************************************************************
  1351. unsigned long
  1352. UARTRxErrorGet(unsigned long ulBase)
  1353. {
  1354. //
  1355. // Check the arguments.
  1356. //
  1357. ASSERT(UARTBaseValid(ulBase));
  1358. //
  1359. // Return the current value of the receive status register.
  1360. //
  1361. return(HWREG(ulBase + UART_O_RSR) & 0x0000000F);
  1362. }
  1363. //*****************************************************************************
  1364. //
  1365. //! Clears all reported receiver errors.
  1366. //!
  1367. //! \param ulBase is the base address of the UART port.
  1368. //!
  1369. //! This function is used to clear all receiver error conditions reported via
  1370. //! UARTRxErrorGet(). If using the overrun, framing error, parity error or
  1371. //! break interrupts, this function must be called after clearing the interrupt
  1372. //! to ensure that later errors of the same type trigger another interrupt.
  1373. //!
  1374. //! \return None.
  1375. //
  1376. //*****************************************************************************
  1377. void
  1378. UARTRxErrorClear(unsigned long ulBase)
  1379. {
  1380. //
  1381. // Check the arguments.
  1382. //
  1383. ASSERT(UARTBaseValid(ulBase));
  1384. //
  1385. // Any write to the Error Clear Register will clear all bits which are
  1386. // currently set.
  1387. //
  1388. HWREG(ulBase + UART_O_ECR) = 0;
  1389. }
  1390. //*****************************************************************************
  1391. //
  1392. // Close the Doxygen group.
  1393. //! @}
  1394. //
  1395. //*****************************************************************************