Skip to content

Commit

Permalink
Fix typos in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tudortimi committed Sep 28, 2024
1 parent 5782d6f commit 5873fa7
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_ca.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm0plus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm23.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm33.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm35p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm52.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm55.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm7.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_cm85.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_sc000.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_sc300.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMSIS/Core/Include/core_starmc1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5873fa7

Please sign in to comment.