Added pmc functions for SECUMOD
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11249 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
da0637d93d
commit
f5c980ef69
|
@ -476,6 +476,20 @@
|
|||
*/
|
||||
#define pmcDisableETH0() pmcDisablePidLow(ID_GMAC0_MSK)
|
||||
|
||||
/**
|
||||
* @brief Enables the SECUMOD peripheral clock.
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
#define pmcEnableSEC() pmcEnablePidLow(ID_SECUMOD_MSK)
|
||||
|
||||
/**
|
||||
* @brief Disables the SECUMOD peripheral clock.
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
#define pmcDisableSEC() pmcDisablePidLow(ID_SECUMOD_MSK)
|
||||
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue