Remove trailing spaces at the end of lines.
This commit is contained in:
parent
81c6bda341
commit
8c61c2f31b
71 changed files with 153 additions and 153 deletions
|
@ -18,7 +18,7 @@
|
|||
* used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORSMULTILINK
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
|
|
|
@ -126,7 +126,7 @@ int spirit_aes_enable(FAR struct spirit_library_s *spirit,
|
|||
enum spirit_functional_state_e newstate);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_write_datain
|
||||
*
|
||||
* Description:
|
||||
* Writes the data to encrypt or decrypt, or the encryption key for the
|
||||
|
@ -151,7 +151,7 @@ int spirit_aes_write_datain(FAR struct spirit_library_s *spirit,
|
|||
FAR const uint8_t *buffer, uint8_t buflen);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_read_dataout
|
||||
*
|
||||
* Description:
|
||||
* Returns the encrypted or decrypted data or the decription key from the
|
||||
|
@ -195,7 +195,7 @@ int spirit_aes_write_key(FAR struct spirit_library_s *spirit,
|
|||
FAR const uint8_t *key);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_read_key
|
||||
*
|
||||
* Description:
|
||||
* Returns the encryption/decryption key from the AES_KEY_IN register.
|
||||
|
@ -247,7 +247,7 @@ int spirit_aes_enc2deckey(FAR struct spirit_library_s *spirit);
|
|||
int spirit_aes_encrypt(FAR struct spirit_library_s *spirit);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_decrypt
|
||||
*
|
||||
* Description:
|
||||
* Executes the decryption operation.
|
||||
|
|
|
@ -124,7 +124,7 @@ int spirit_directrf_set_rxmode(FAR struct spirit_library_s *spirit,
|
|||
enum spirit_directrx_e directrx);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_get_rxmode
|
||||
*
|
||||
* Description:
|
||||
* Returns the DirectRF RX mode of SPIRIT.
|
||||
|
@ -141,7 +141,7 @@ enum spirit_directrx_e
|
|||
spirit_directrf_get_rxmode(FAR struct spirit_library_s *spirit);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_set_txmode
|
||||
*
|
||||
* Description:
|
||||
* Sets the TX mode of SPIRIT.
|
||||
|
@ -159,7 +159,7 @@ int spirit_directrf_set_txmode(FAR struct spirit_library_s *spirit,
|
|||
enum spirit_directtx_e directtx);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_get_txmode
|
||||
*
|
||||
* Description:
|
||||
* Returns the DirectRF TX mode of SPIRIT.
|
||||
|
|
|
@ -258,7 +258,7 @@ int spirit_pktmbus_set_postamble(FAR struct spirit_library_s *spirit,
|
|||
uint8_t postamble);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_pktmbus_get_postamble
|
||||
*
|
||||
* Description:
|
||||
* Returns how many chip sequence "01" are used in the postamble
|
||||
|
@ -274,7 +274,7 @@ int spirit_pktmbus_set_postamble(FAR struct spirit_library_s *spirit,
|
|||
uint8_t spirit_pktmbus_get_postamble(FAR struct spirit_library_s *spirit);
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_pktmbus_set_submode
|
||||
*
|
||||
* Description:
|
||||
* Sets the MBUS submode used.
|
||||
|
|
|
@ -98,7 +98,7 @@ int spirit_aes_enable(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_write_datain
|
||||
*
|
||||
* Description:
|
||||
* Writes the data to encrypt or decrypt, or the encryption key for the
|
||||
|
@ -149,7 +149,7 @@ int spirit_aes_write_datain(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_read_dataout
|
||||
*
|
||||
* Description:
|
||||
* Returns the encrypted or decrypted data or the decription key from the
|
||||
|
@ -239,7 +239,7 @@ int spirit_aes_write_key(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_read_key
|
||||
*
|
||||
* Description:
|
||||
* Returns the encryption/decryption key from the AES_KEY_IN register.
|
||||
|
@ -319,7 +319,7 @@ int spirit_aes_encrypt(FAR struct spirit_library_s *spirit)
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_aes_decrypt
|
||||
*
|
||||
* Description:
|
||||
* Executes the decryption operation.
|
||||
|
|
|
@ -91,7 +91,7 @@ int spirit_directrf_set_rxmode(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_get_rxmode
|
||||
*
|
||||
* Description:
|
||||
* Returns the DirectRF RX mode of SPIRIT.
|
||||
|
@ -119,7 +119,7 @@ enum spirit_directrx_e
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_set_txmode
|
||||
*
|
||||
* Description:
|
||||
* Sets the TX mode of SPIRIT.
|
||||
|
@ -162,7 +162,7 @@ int spirit_directrf_set_txmode(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_directrf_get_txmode
|
||||
*
|
||||
* Description:
|
||||
* Returns the DirectRF TX mode of SPIRIT.
|
||||
|
|
|
@ -282,7 +282,7 @@ int spirit_pktmbus_set_postamble(FAR struct spirit_library_s *spirit,
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_pktmbus_get_postamble
|
||||
*
|
||||
* Description:
|
||||
* Returns how many chip sequence "01" are used in the postamble
|
||||
|
@ -309,7 +309,7 @@ uint8_t spirit_pktmbus_get_postamble(FAR struct spirit_library_s *spirit)
|
|||
}
|
||||
|
||||
/******************************************************************************
|
||||
* Name:
|
||||
* Name: spirit_pktmbus_set_submode
|
||||
*
|
||||
* Description:
|
||||
* Sets the MBUS submode used.
|
||||
|
|
Loading…
Reference in a new issue