xWRL6432 MMWAVE-L-SDK  05.01.00.04
soc.h File Reference

Go to the source code of this file.

Macros

SOC Domain ID

#define SOC_DOMAIN_ID_TOPSS_CTRL   (0U)
 
#define SOC_DOMAIN_ID_APP_RCM   (1U)
 
#define SOC_DOMAIN_ID_APP_CTRL   (2U)
 
#define SOC_DOMAIN_ID_TOP_IO_MUX   (3U)
 

Functions

int32_t SOC_moduleClockEnable (uint32_t moduleId, uint32_t enable)
 Enable clock to specified module. More...
 
int32_t SOC_clocksEnable (void)
 Enables ADPLL. More...
 
int32_t SOC_moduleSetClockFrequency (uint32_t moduleId, uint32_t clkId, uint64_t clkRate)
 Set module clock to specified frequency. More...
 
const char * SOC_getCoreName (uint16_t coreId)
 Convert a core ID to a user readable name. More...
 
void SOC_controlModuleLockMMR (uint32_t domainId, uint32_t partition)
 Lock control module partition to prevent writes into control MMRs. More...
 
void SOC_controlModuleUnlockMMR (uint32_t domainId, uint32_t partition)
 Unlock control module partition to allow writes into control MMRs. More...
 
void SOC_logAllClockHz (void)
 Print's module clock info to the console. More...
 
uint64_t SOC_virtToPhy (void *virtAddr)
 SOC Virtual (CPU) to Physical address translation function. More...
 
void SOC_memoryInit (void)
 Initializes HWA shared RAM0, RAM1. More...
 
void SOC_enableMDLLClock (void)
 Enables MDLL Clock. More...