mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
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:
committed by
Abdelatif Guettouche
parent
a266dc9629
commit
fc404e15da
@@ -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 */
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Public Functions
|
||||
* Public Function Prototypes
|
||||
************************************************************************************/
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_TIVA_HARDWARE_TIVA_SYSCONTROL_H */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
/* WDT register bitfield definitions ********************************************************/
|
||||
|
||||
/* Configuration (32-bit interval value) */
|
||||
|
||||
/* Current Count Value (32-bit timer counter value) */
|
||||
|
||||
/* Control */
|
||||
|
||||
Reference in New Issue
Block a user