tiva: Fix nxstyle warnings

arch/arm/src/tiva/hardware/tiva_eeprom.h:

    * Fix nxstyle warnings. No functional changes.

arch/arm/src/tiva/hardware/tiva_sysctrl.h:

    * Fix nxstyle warnings. No functional changes.

arch/arm/src/tiva/hardware/tiva_uart.h:

    * Fix nxstyle warnings. No functional changes.

arch/arm/src/tiva/hardware/tiva_wdt.h:

    * Fix nxstyle warnings. No functional changes.
This commit is contained in:
Nathan Hartman
2020-09-29 10:36:58 -04:00
committed by Abdelatif Guettouche
parent a266dc9629
commit fc404e15da
4 changed files with 8 additions and 6 deletions
+1
View File
@@ -86,6 +86,7 @@
#define TIVA_EEPROM_PP (TIVA_EEPROM_BASE + TIVA_EEPROM_PP_OFFSET)
/* Register Bit-Field Definitions ***************************************************/
/* The following are defines for the bit fields in the EEPROM_EESIZE register. */
#define EEPROM_EESIZE_WORDCNT_M 0x0000ffff /* Number of 32-Bit Words */
+1 -1
View File
@@ -71,7 +71,7 @@
************************************************************************************/
/************************************************************************************
* Public Functions
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_TIVA_HARDWARE_TIVA_SYSCONTROL_H */
+5 -5
View File
@@ -42,10 +42,6 @@
#include <nuttx/config.h>
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/* Include the UART header file for the specific Tiva/Stellaris/SimpleLink chip */
#if defined(CONFIG_ARCH_CHIP_LM)
@@ -60,6 +56,10 @@
# error "Unsupported Tiva/Stellaris memory map"
#endif
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************
* Public Types
************************************************************************************/
@@ -69,7 +69,7 @@
************************************************************************************/
/************************************************************************************
* Public Functions
* Public Function Prototypes
************************************************************************************/
#endif /* __ARCH_ARM_SRC_TIVA_HARDWARE_TIVA_UART_H */
+1
View File
@@ -107,6 +107,7 @@
/* WDT register bitfield definitions ********************************************************/
/* Configuration (32-bit interval value) */
/* Current Count Value (32-bit timer counter value) */
/* Control */