comparison packages/devs/serial/freescale/uart/hdr/current/include/ser_freescale_uart.h @ 3298:fff0cdf83b21

Add clock gating comment.
author vae
date Sun, 07 Apr 2013 16:28:39 +0000
parents 50f5e8953371
children
comparison
equal deleted inserted replaced
3297:1bdcb5fe31d1 3298:fff0cdf83b21
8 // 8 //
9 //========================================================================== 9 //==========================================================================
10 // ####ECOSGPLCOPYRIGHTBEGIN#### 10 // ####ECOSGPLCOPYRIGHTBEGIN####
11 // ------------------------------------------- 11 // -------------------------------------------
12 // This file is part of eCos, the Embedded Configurable Operating System. 12 // This file is part of eCos, the Embedded Configurable Operating System.
13 // Copyright (C) 2011 Free Software Foundation, Inc. 13 // Copyright (C) 2011, 2013 Free Software Foundation, Inc.
14 // 14 //
15 // eCos is free software; you can redistribute it and/or modify it under 15 // eCos is free software; you can redistribute it and/or modify it under
16 // the terms of the GNU General Public License as published by the Free 16 // the terms of the GNU General Public License as published by the Free
17 // Software Foundation; either version 2 or (at your option) any later 17 // Software Foundation; either version 2 or (at your option) any later
18 // version. 18 // version.
86 CYGHWR_DEV_FREESCALE_UART_TL7816 // UART 7816 Transmit Length Register 86 CYGHWR_DEV_FREESCALE_UART_TL7816 // UART 7816 Transmit Length Register
87 }; 87 };
88 88
89 // CYGHWR_IO_FREESCALE_UART_BAUD_SET(__uart_p, _baud_) should be provided by HAL. 89 // CYGHWR_IO_FREESCALE_UART_BAUD_SET(__uart_p, _baud_) should be provided by HAL.
90 // CYGHWR_IO_FREESCALE_UART_PIN(__pin) should be provided by HAL. 90 // CYGHWR_IO_FREESCALE_UART_PIN(__pin) should be provided by HAL.
91 // CYGHWR_IO_FREESCALE_UARTn_CLOCK should be provided by HAL.
91 // CYGHWR_IO_FREESCALE_UARTn_PIN_RX should be provided by HAL. 92 // CYGHWR_IO_FREESCALE_UARTn_PIN_RX should be provided by HAL.
92 // CYGHWR_IO_FREESCALE_UARTn_PIN_TX should be provided by HAL. 93 // CYGHWR_IO_FREESCALE_UARTn_PIN_TX should be provided by HAL.
93 // CYGHWR_IO_FREESCALE_UARTn_PIN_RTS should be provided by HAL. 94 // CYGHWR_IO_FREESCALE_UARTn_PIN_RTS should be provided by HAL.
94 // CYGHWR_IO_FREESCALE_UARTn_PIN_CTS should be provided by HAL. 95 // CYGHWR_IO_FREESCALE_UARTn_PIN_CTS should be provided by HAL.
95 96