Skip to content

Commit

Permalink
Core(A): Cleanup duplicated functions with wrong names.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Oct 26, 2023
1 parent a3a6ad3 commit 97b5850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions CMSIS/Core/Include/a-profile/cmsis_cp15.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,24 +192,6 @@ __STATIC_FORCEINLINE uint32_t __get_SCTLR(void)
return result;
}

/** \brief Set ACTRL
\param [in] actrl Auxiliary Control Register value to set
*/
__STATIC_FORCEINLINE void __set_ACTRL(uint32_t actrl)
{
__set_CP(15, 0, actrl, 1, 0, 1);
}

/** \brief Get ACTRL
\return Auxiliary Control Register value
*/
__STATIC_FORCEINLINE uint32_t __get_ACTRL(void)
{
uint32_t result;
__get_CP(15, 0, result, 1, 0, 1);
return result;
}

/** \brief Get MPIDR
This function returns the value of the Multiprocessor Affinity Register.
Expand Down
3 changes: 2 additions & 1 deletion CMSIS/CoreValidation/Project/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"arm:compilers/arm/arm-none-eabi-gcc": "^12.2.1-0",
"arm:compilers/arm/llvm-embedded": "^17.0.1-0",
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.1.0-0",
"arm:models/arm/avh": "^11.21.15"
"arm:models/arm/avh": "^11.21.15",
"arm:debuggers/arm/armdbg": "^6.0.0"
}
}

0 comments on commit 97b5850

Please sign in to comment.