comparison src/cs/drivers/drv_app/spi/spi_task.h @ 260:34b7059b9337

drv_app/spi/*: code readability fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 May 2021 02:13:47 +0000
parents 365833d1d186
children
comparison
equal deleted inserted replaced
259:365833d1d186 260:34b7059b9337
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* */ 2 /* */
3 /* Name spi_task.h */ 3 /* Name spi_task.h */
4 /* */ 4 /* */
5 /* Function this file contains timers definitions used by spi_core, */ 5 /* Function this file contains timers definitions used by spi_core, */
6 /* in case the PWR SWE is defined. */ 6 /* in case the PWR SWE is defined. */
7 /* */ 7 /* */
8 /* Version 0.1 */ 8 /* Version 0.1 */
9 /* Author Candice Bazanegue */ 9 /* Author Candice Bazanegue */
10 /* */ 10 /* */
11 /* Date Modification */ 11 /* Date Modification */
12 /* ------------------------------------ */ 12 /* ------------------------------------ */
13 /* 20/08/2000 Create */ 13 /* 20/08/2000 Create */
14 /* 01/09/2003 Modfication */ 14 /* 01/09/2003 Modfication */
15 /* Author Pascal Puel */ 15 /* Author Pascal Puel */
16 /* */ 16 /* */
17 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */ 17 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
18 /*****************************************************************************/ 18 /*****************************************************************************/
19 19
20 #ifndef _SPI_TASK_H_ 20 #ifndef _SPI_TASK_H_
21 #define _SPI_TASK_H_ 21 #define _SPI_TASK_H_