comparison gsm-fw/bsp/abb+spi/spi_drv.h @ 587:cc0944d35698

gsm-fw/bsp/abb+spi/*.h: formatting fixes (line length and tabs)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 00:08:50 +0000
parents 971e84124a6f
children
comparison
equal deleted inserted replaced
586:25a3095e8a98 587:cc0944d35698
1 /**********************************************************************************/ 1 /******************************************************************************/
2 /* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION */ 2 /* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION */
3 /* */ 3 /* */
4 /* Property of Texas Instruments -- For Unrestricted Internal Use Only */ 4 /* Property of Texas Instruments -- For Unrestricted Internal Use Only */
5 /* Unauthorized reproduction and/or distribution is strictly prohibited. This */ 5 /* Unauthorized reproduction and/or distribution is strictly prohibited. This*/
6 /* product is protected under copyright law and trade secret law as an */ 6 /* product is protected under copyright law and trade secret law as an*/
7 /* unpublished work. Created 1987, (C) Copyright 1997 Texas Instruments. All */ 7 /* unpublished work. Created 1987, (C) Copyright 1997 Texas Instruments. All*/
8 /* rights reserved. */ 8 /* rights reserved. */
9 /* */ 9 /* */
10 /* */ 10 /* */
11 /* Filename : spi_drv.h */ 11 /* Filename : spi_drv.h */
12 /* */ 12 /* */
13 /* Description : SPI registers and bits definitions. */ 13 /* Description : SPI registers and bits definitions. */
14 /* Functions and macros to drive the SPI module. */ 14 /* Functions and macros to drive the SPI module. */
15 /* The Serial Port Interface is a bidirectional 3 lines */ 15 /* The Serial Port Interface is a bidirectional 3 lines */
16 /* interface dedicated to the transfer of data to and */ 16 /* interface dedicated to the transfer of data to and */
17 /* from up to 5 external devices offering a 3 lines */ 17 /* from up to 5 external devices offering a 3 lines */
18 /* serial interface. */ 18 /* serial interface. */
19 /* In this project, it is only used to connect the TI */ 19 /* In this project, it is only used to connect the TI */
20 /* Analog BaseBand (ABB). */ 20 /* Analog BaseBand (ABB). */
21 /* It is assumed that the ABB is connected as the SPI */ 21 /* It is assumed that the ABB is connected as the SPI */
22 /* device 0. */ 22 /* device 0. */
23 /* */ 23 /* */
24 /* This interface is specified to be compatible with */ 24 /* This interface is specified to be compatible with */
25 /* the UMA1018M Philips, the FUJITSU MB15F02, the */ 25 /* the UMA1018M Philips, the FUJITSU MB15F02, the */
26 /* SIEMENS PMB2306T synthesizers and the TI ABB. */ 26 /* SIEMENS PMB2306T synthesizers and the TI ABB. */
27 /* */ 27 /* */
28 /* This serial port is based on a looped shift-register */ 28 /* This serial port is based on a looped shift-register */
29 /* thus allowing both transmit (PISO) and receive (SIPO) */ 29 /* thus allowing both transmit (PISO) and receive (SIPO) */
30 /* modes. */ 30 /* modes. */
31 /* */ 31 /* */
32 /* */ 32 /* */
33 /* Author : Pascal PUEL */ 33 /* Author : Pascal PUEL */
34 /* */ 34 /* */
35 /* Version number : 1.28 */ 35 /* Version number : 1.28 */
36 /* */ 36 /* */
37 /* Date and time : 07/01/03 */ 37 /* Date and time : 07/01/03 */
38 /* */ 38 /* */
39 /* Previous delta : Rework */ 39 /* Previous delta : Rework */
40 /* */ 40 /* */
41 /**********************************************************************************/ 41 /******************************************************************************/
42 42
43 #ifndef __SPI_DRV_H__ 43 #ifndef __SPI_DRV_H__
44 #define __SPI_DRV_H__ 44 #define __SPI_DRV_H__
45 45
46 #include "../../include/config.h" 46 #include "../../include/config.h"