Searched defs:ccmRoot (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/imx/drivers/ |
| D | ccm_imx7d.h | 355 static inline void CCM_SetRootMux(CCM_Type * base, uint32_t ccmRoot, uint32_t mux) in CCM_SetRootMux() 368 static inline uint32_t CCM_GetRootMux(CCM_Type * base, uint32_t ccmRoot) in CCM_GetRootMux() 379 static inline void CCM_EnableRoot(CCM_Type * base, uint32_t ccmRoot) in CCM_EnableRoot() 390 static inline void CCM_DisableRoot(CCM_Type * base, uint32_t ccmRoot) in CCM_DisableRoot() 404 static inline bool CCM_IsRootEnabled(CCM_Type * base, uint32_t ccmRoot) in CCM_IsRootEnabled()
|
| D | ccm_imx7d.c | 43 void CCM_SetRootDivider(CCM_Type * base, uint32_t ccmRoot, uint32_t pre, uint32_t post) in CCM_SetRootDivider() 59 void CCM_GetRootDivider(CCM_Type * base, uint32_t ccmRoot, uint32_t *pre, uint32_t *post) in CCM_GetRootDivider() 73 void CCM_UpdateRoot(CCM_Type * base, uint32_t ccmRoot, uint32_t mux, uint32_t pre, uint32_t post) in CCM_UpdateRoot()
|