From 5873fa72a172cce1748712969e44cd55bf674f5a Mon Sep 17 00:00:00 2001 From: Tudor Timi Date: Sat, 28 Sep 2024 10:43:09 +0000 Subject: [PATCH] Fix typos in headers --- CMSIS/Core/Include/core_ca.h | 2 +- CMSIS/Core/Include/core_cm0.h | 2 +- CMSIS/Core/Include/core_cm0plus.h | 2 +- CMSIS/Core/Include/core_cm1.h | 2 +- CMSIS/Core/Include/core_cm23.h | 2 +- CMSIS/Core/Include/core_cm3.h | 2 +- CMSIS/Core/Include/core_cm33.h | 2 +- CMSIS/Core/Include/core_cm35p.h | 2 +- CMSIS/Core/Include/core_cm4.h | 2 +- CMSIS/Core/Include/core_cm52.h | 2 +- CMSIS/Core/Include/core_cm55.h | 2 +- CMSIS/Core/Include/core_cm7.h | 2 +- CMSIS/Core/Include/core_cm85.h | 2 +- CMSIS/Core/Include/core_sc000.h | 2 +- CMSIS/Core/Include/core_sc300.h | 2 +- CMSIS/Core/Include/core_starmc1.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CMSIS/Core/Include/core_ca.h b/CMSIS/Core/Include/core_ca.h index df5a95d71..eda3aa85f 100644 --- a/CMSIS/Core/Include/core_ca.h +++ b/CMSIS/Core/Include/core_ca.h @@ -666,7 +666,7 @@ typedef union #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param [in] field Name of the register bit field. \param [in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm0.h b/CMSIS/Core/Include/core_cm0.h index eeb599fc7..40f44c077 100644 --- a/CMSIS/Core/Include/core_cm0.h +++ b/CMSIS/Core/Include/core_cm0.h @@ -514,7 +514,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm0plus.h b/CMSIS/Core/Include/core_cm0plus.h index 1ee945756..9b4468e22 100644 --- a/CMSIS/Core/Include/core_cm0plus.h +++ b/CMSIS/Core/Include/core_cm0plus.h @@ -628,7 +628,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm1.h b/CMSIS/Core/Include/core_cm1.h index d41cf05b3..dd14b25a5 100644 --- a/CMSIS/Core/Include/core_cm1.h +++ b/CMSIS/Core/Include/core_cm1.h @@ -540,7 +540,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm23.h b/CMSIS/Core/Include/core_cm23.h index d6337a484..d08ecff84 100644 --- a/CMSIS/Core/Include/core_cm23.h +++ b/CMSIS/Core/Include/core_cm23.h @@ -1206,7 +1206,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm3.h b/CMSIS/Core/Include/core_cm3.h index 624b9f69b..c86f02d5b 100644 --- a/CMSIS/Core/Include/core_cm3.h +++ b/CMSIS/Core/Include/core_cm3.h @@ -1353,7 +1353,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm33.h b/CMSIS/Core/Include/core_cm33.h index 464bfdd26..a3cc4cb1f 100644 --- a/CMSIS/Core/Include/core_cm33.h +++ b/CMSIS/Core/Include/core_cm33.h @@ -2017,7 +2017,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm35p.h b/CMSIS/Core/Include/core_cm35p.h index def2589fa..bde37c207 100644 --- a/CMSIS/Core/Include/core_cm35p.h +++ b/CMSIS/Core/Include/core_cm35p.h @@ -2017,7 +2017,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm4.h b/CMSIS/Core/Include/core_cm4.h index 8354ccfbc..770908a61 100644 --- a/CMSIS/Core/Include/core_cm4.h +++ b/CMSIS/Core/Include/core_cm4.h @@ -1529,7 +1529,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm52.h b/CMSIS/Core/Include/core_cm52.h index a61959404..ed2a5ab5e 100644 --- a/CMSIS/Core/Include/core_cm52.h +++ b/CMSIS/Core/Include/core_cm52.h @@ -3557,7 +3557,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm55.h b/CMSIS/Core/Include/core_cm55.h index 06ac9d8cc..f965376cd 100644 --- a/CMSIS/Core/Include/core_cm55.h +++ b/CMSIS/Core/Include/core_cm55.h @@ -3520,7 +3520,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm7.h b/CMSIS/Core/Include/core_cm7.h index c30a2fb9f..eae51a207 100644 --- a/CMSIS/Core/Include/core_cm7.h +++ b/CMSIS/Core/Include/core_cm7.h @@ -1751,7 +1751,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_cm85.h b/CMSIS/Core/Include/core_cm85.h index 8d587214a..a0365e3a3 100644 --- a/CMSIS/Core/Include/core_cm85.h +++ b/CMSIS/Core/Include/core_cm85.h @@ -3544,7 +3544,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_sc000.h b/CMSIS/Core/Include/core_sc000.h index 4d85c48d0..9891a40ae 100644 --- a/CMSIS/Core/Include/core_sc000.h +++ b/CMSIS/Core/Include/core_sc000.h @@ -644,7 +644,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_sc300.h b/CMSIS/Core/Include/core_sc300.h index 670d91141..be66d7da9 100644 --- a/CMSIS/Core/Include/core_sc300.h +++ b/CMSIS/Core/Include/core_sc300.h @@ -1336,7 +1336,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value. diff --git a/CMSIS/Core/Include/core_starmc1.h b/CMSIS/Core/Include/core_starmc1.h index ca35086ae..66aecff04 100644 --- a/CMSIS/Core/Include/core_starmc1.h +++ b/CMSIS/Core/Include/core_starmc1.h @@ -2168,7 +2168,7 @@ typedef struct #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) /** - \brief Mask and shift a register value to extract a bit filed value. + \brief Mask and shift a register value to extract a bit field value. \param[in] field Name of the register bit field. \param[in] value Value of register. This parameter is interpreted as an uint32_t type. \return Masked and shifted bit field value.