Skip to content

Commit

Permalink
Update core_cm33.h, spelling fixup - writen==>written
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesH65 authored Aug 5, 2024
1 parent 3a011aa commit 607acf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMSIS/Core/Include/core_cm33.h
Original file line number Diff line number Diff line change
Expand Up @@ -2992,7 +2992,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
/**
\brief Set Debug Authentication Control Register
\details writes to Debug Authentication Control register.
\param [in] value value to be writen.
\param [in] value value to be written.
*/
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
{
Expand All @@ -3019,7 +3019,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
/**
\brief Set Debug Authentication Control Register (non-secure)
\details writes to non-secure Debug Authentication Control register when in secure state.
\param [in] value value to be writen
\param [in] value value to be written
*/
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
{
Expand Down

0 comments on commit 607acf5

Please sign in to comment.