mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:01:54 +08:00
drivers: unify Private Types banners
unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <nuttx/mutex.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -349,7 +349,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Each single connected ili9340 LCD driver needs an own driver instance
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* Each single connected ili9341 LCD driver needs an own driver instance
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include <nuttx/lcd/lcddrv_spiif.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct lcddrv_spiif_lcd_s
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
while (0);
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct memlcd_dev_s
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
#define ILI9341_ID_2 0x41
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
#define MS_BIT (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definition
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of this driver */
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
enum lp503x_state
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#if defined(CONFIG_I2C) && defined(CONFIG_NCP5623C)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct ncp5623c_dev_s
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#if defined(CONFIG_I2C) && defined(CONFIG_PCA9635PW)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pca9635pw_dev_s
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#ifdef CONFIG_RGBLED
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* The type of upper half driver state. */
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#define TIME_SLICE_TICKS ((CONFIG_PM_GOVERNOR_SLICEMS * CLOCKS_PER_SEC) / 1000)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_domain_state_s
|
||||
|
||||
@@ -41,7 +41,7 @@ static_assert(CONFIG_PM_NDOMAINS >= (CONFIG_SMP_NCPUS + 1),
|
||||
"No enough domain for PM SMP to occupy");
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_idle_s
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "pm.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_stability_governor_domain_s
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
/* Debug ********************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#ifdef CONFIG_ONESHOT
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#ifdef CONFIG_PWM
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#ifdef CONFIG_TIMER
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure describes the state of the upper half driver */
|
||||
|
||||
Reference in New Issue
Block a user