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:
raiden00pl 2025-05-27 18:14:47 +02:00 committed by Xiang Xiao
parent a8e03eefcd
commit 98e2267297
33 changed files with 33 additions and 33 deletions

View file

@ -34,7 +34,7 @@
#include <nuttx/mutex.h>
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -48,7 +48,7 @@
****************************************************************************/
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -125,7 +125,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -349,7 +349,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* Each single connected ili9340 LCD driver needs an own driver instance

View file

@ -348,7 +348,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* Each single connected ili9341 LCD driver needs an own driver instance

View file

@ -40,7 +40,7 @@
#include <nuttx/lcd/lcddrv_spiif.h>
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
struct lcddrv_spiif_lcd_s

View file

@ -123,7 +123,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -120,7 +120,7 @@
while (0);
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
struct memlcd_dev_s

View file

@ -224,7 +224,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -110,7 +110,7 @@
#define ILI9341_ID_2 0x41
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -174,7 +174,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -176,7 +176,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -159,7 +159,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -88,7 +88,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -212,7 +212,7 @@
#endif
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -147,7 +147,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -190,7 +190,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -257,7 +257,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -200,7 +200,7 @@
#define MS_BIT (1 << 7)
/****************************************************************************
* Private Type Definition
* Private Types
****************************************************************************/
/* This structure describes the state of this driver */

View file

@ -50,7 +50,7 @@
#endif
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
enum lp503x_state

View file

@ -38,7 +38,7 @@
#if defined(CONFIG_I2C) && defined(CONFIG_NCP5623C)
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
struct ncp5623c_dev_s

View file

@ -38,7 +38,7 @@
#if defined(CONFIG_I2C) && defined(CONFIG_PCA9635PW)
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
struct pca9635pw_dev_s

View file

@ -49,7 +49,7 @@
#ifdef CONFIG_RGBLED
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -37,7 +37,7 @@
****************************************************************************/
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -71,7 +71,7 @@
#endif
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* The type of upper half driver state. */

View file

@ -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

View file

@ -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

View file

@ -36,7 +36,7 @@
#include "pm.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct pm_stability_governor_domain_s

View file

@ -54,7 +54,7 @@
/* Debug ********************************************************************/
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -42,7 +42,7 @@
#ifdef CONFIG_ONESHOT
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -50,7 +50,7 @@
#ifdef CONFIG_PWM
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -46,7 +46,7 @@
#ifdef CONFIG_TIMER
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */

View file

@ -86,7 +86,7 @@
#endif
/****************************************************************************
* Private Type Definitions
* Private Types
****************************************************************************/
/* This structure describes the state of the upper half driver */