diff gsm-fw/bsp/abb+spi/spi_api.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
line wrap: on
line diff
--- a/gsm-fw/bsp/abb+spi/spi_api.h	Fri Aug 15 22:29:30 2014 +0000
+++ b/gsm-fw/bsp/abb+spi/spi_api.h	Sun Aug 17 00:08:50 2014 +0000
@@ -82,96 +82,96 @@
 
 /* Prototypes */
 
-/********************************************************************************/
-/*                                                                              */
-/*    Function Name:   spi_abb_write                                            */
-/*                                                                              */
-/*    Purpose:     This function is used to send to the SPI mailbox a 			*/
-/*                 WRITE REGISTER rqst msg.                                     */
-/*                                                                              */
-/*    Input Parameters: 														*/
-/*                     - page : ABB Page where to read the register.			*/
-/*                     - address : address of the ABB register to read.			*/
-/*                     - data : data to write in the ABB register       		*/
-/*                                                                              */
-/*    Return :                                                                  */
-/*             - RVM_NOT_READY : the SPI task is not ready                      */
-/*             - RV_MEMORY_ERR : the SPI task has not enough memory             */
-/*             - RV_OK : normal processing                                      */
-/*                                                                              */
-/*    Note:                                                                     */
-/*        None.                                                                 */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    Function Name:   spi_abb_write                                          */
+/*                                                                            */
+/*    Purpose:     This function is used to send to the SPI mailbox a	      */
+/*                 WRITE REGISTER rqst msg.                                   */
+/*                                                                            */
+/*    Input Parameters:							      */
+/*                     - page : ABB Page where to read the register.	      */
+/*                     - address : address of the ABB register to read.	      */
+/*                     - data : data to write in the ABB register	      */
+/*                                                                            */
+/*    Return :                                                                */
+/*             - RVM_NOT_READY : the SPI task is not ready                    */
+/*             - RV_MEMORY_ERR : the SPI task has not enough memory           */
+/*             - RV_OK : normal processing                                    */
+/*                                                                            */
+/*    Note:                                                                   */
+/*        None.                                                               */
+/*                                                                            */
+/******************************************************************************/
 T_RV_RET spi_abb_write(UINT16 page, UINT16 address, UINT16 data);
 
-/********************************************************************************/
-/*                                                                              */
-/*    Function Name:   spi_abb_read                                             */
-/*                                                                              */
-/*    Purpose:     This function is used to send a READ REGISTER rqst msg       */ 
-/*                 to the SPI mailbox.                                          */
-/*                                                                              */
-/*    Input Parameters: 														*/
-/*                     - page : ABB Page where to read the register.			*/
-/*                     - address : address of the ABB register to read.			*/
-/*                     - CallBack : callback function called by the spi task    */
-/*                                  at the end of the read process.             */
-/*                                                                              */
-/*    Return :                                                                  */
-/*             - RVM_NOT_READY : the SPI task is not ready                      */
-/*             - RV_MEMORY_ERR : the SPI task has not enough memory             */
-/*             - RV_OK : normal processing                                      */
-/*                                                                              */
-/*    Note:                                                                     */
-/*        None.                                                                 */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    Function Name:   spi_abb_read                                           */
+/*                                                                            */
+/*    Purpose:     This function is used to send a READ REGISTER rqst msg     */
+/*                 to the SPI mailbox.                                        */
+/*                                                                            */
+/*    Input Parameters:							      */
+/*                     - page : ABB Page where to read the register.	      */
+/*                     - address : address of the ABB register to read.	      */
+/*                     - CallBack : callback function called by the spi task  */
+/*                                  at the end of the read process.           */
+/*                                                                            */
+/*    Return :                                                                */
+/*             - RVM_NOT_READY : the SPI task is not ready                    */
+/*             - RV_MEMORY_ERR : the SPI task has not enough memory           */
+/*             - RV_OK : normal processing                                    */
+/*                                                                            */
+/*    Note:                                                                   */
+/*        None.                                                               */
+/*                                                                            */
+/******************************************************************************/
 T_RV_RET spi_abb_read(UINT16 page, UINT16 address, CALLBACK_FUNC_U16 CallBack);
 
-/********************************************************************************/
-/*                                                                              */
-/*    Function Name:   spi_abb_conf_ADC                                         */
-/*                                                                              */
-/*    Purpose:     This function is used to send to the SPI mailbox a rqst msg  */ 
-/*                 for configuring ABB MADC for conversions.                    */
-/*                                                                              */
-/*    Input Parameters: 														*/
-/*                     - channels : ABB channels to be converted.   			*/
-/*                     - itval : configure the End Of Conversion IT.			*/
-/*                                                                              */
-/*    Return :                                                                  */
-/*             - RVM_NOT_READY : the SPI task is not ready                      */
-/*             - RV_MEMORY_ERR : the SPI task has not enough memory             */
-/*             - RV_OK : normal processing                                      */
-/*                                                                              */
-/*    Note:                                                                     */
-/*        None.                                                                 */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    Function Name:   spi_abb_conf_ADC                                       */
+/*                                                                            */
+/*    Purpose:     This function is used to send to the SPI mailbox a rqst msg*/
+/*                 for configuring ABB MADC for conversions.                  */
+/*                                                                            */
+/*    Input Parameters:							      */
+/*                     - channels : ABB channels to be converted.   	      */
+/*                     - itval : configure the End Of Conversion IT.	      */
+/*                                                                            */
+/*    Return :                                                                */
+/*             - RVM_NOT_READY : the SPI task is not ready                    */
+/*             - RV_MEMORY_ERR : the SPI task has not enough memory           */
+/*             - RV_OK : normal processing                                    */
+/*                                                                            */
+/*    Note:                                                                   */
+/*        None.                                                               */
+/*                                                                            */
+/******************************************************************************/
 T_RV_RET spi_abb_conf_ADC(UINT16 channels, UINT16 itval);
 
-/********************************************************************************/
-/*                                                                              */
-/*    Function Name:   spi_abb_read_ADC                                         */
-/*                                                                              */
-/*    Purpose:     This function is used to send to the SPI mailbox a rqst msg  */ 
-/*                 for reading the ABB ADC results.                             */
-/*                                                                              */
-/*    Input Parameters: 														*/
-/*                     - Buff : pointer to the buffer filled with ADC results.  */
-/*                     - CallBack : callback function called by the spi task    */
-/*                                  at the end of the read process.             */
-/*                                                                              */
-/*    Return :                                                                  */
-/*             - RVM_NOT_READY : the SPI task is not ready                      */
-/*             - RV_MEMORY_ERR : the SPI task has not enough memory             */
-/*             - RV_OK : normal processing                                      */
-/*                                                                              */
-/*    Note:                                                                     */
-/*        None.                                                                 */
-/*                                                                              */
-/********************************************************************************/
+/******************************************************************************/
+/*                                                                            */
+/*    Function Name:   spi_abb_read_ADC                                       */
+/*                                                                            */
+/*    Purpose:     This function is used to send to the SPI mailbox a rqst msg*/
+/*                 for reading the ABB ADC results.                           */
+/*                                                                            */
+/*    Input Parameters:							      */
+/*                     - Buff : pointer to the buffer filled with ADC results.*/
+/*                     - CallBack : callback function called by the spi task  */
+/*                                  at the end of the read process.           */
+/*                                                                            */
+/*    Return :                                                                */
+/*             - RVM_NOT_READY : the SPI task is not ready                    */
+/*             - RV_MEMORY_ERR : the SPI task has not enough memory           */
+/*             - RV_OK : normal processing                                    */
+/*                                                                            */
+/*    Note:                                                                   */
+/*        None.                                                               */
+/*                                                                            */
+/******************************************************************************/
 T_RV_RET spi_abb_read_ADC(UINT16 *Buff, CALLBACK_FUNC_NO_PARAM CallBack);
 
 #endif /* __SPI_API_H_ */