|
AM62x MCU+ SDK
10.01.00
|
|
Go to the documentation of this file.
51 #if (__ARM_ARCH_PROFILE =='R')
52 #include <drivers/device_manager/sciclient.h>
62 #define SOC_DOMAIN_ID_MAIN (0U)
63 #define SOC_DOMAIN_ID_MCU (1U)
64 #define SOC_DOMAIN_ID_WKUP (2U)
73 #define SOC_PSC_DOMAIN_ID_MAIN (0U)
74 #define SOC_PSC_DOMAIN_ID_MCU (1U)
83 #define SOC_PSC_SYNCRESETDISABLE (0x0U)
84 #define SOC_PSC_SYNCRESET (0x1U)
85 #define SOC_PSC_DISABLE (0x2U)
86 #define SOC_PSC_ENABLE (0x3U)
94 #define SOC_PSC_DOMAIN_OFF (0x0U)
95 #define SOC_PSC_DOMAIN_ON (0x1U)
101 #define SOC_BOOTMODE_MMCSD (0X36C3)
262 uint32_t mcu2MainIsolation,
263 uint32_t mcu2dmIsolation,
264 uint32_t debugIsolationEnable);
290 uint32_t *domainState, uint32_t *moduleState);
302 int32_t
SOC_setPSCState(uint32_t instNum, uint32_t domainNum, uint32_t moduleNum, uint32_t pscState);
This file contains prototypes for APIs contained as a part of SCICLIENT as well as the structures of ...
int32_t SOC_enableResetIsolation(uint32_t main2McuIsolation, uint32_t mcu2MainIsolation, uint32_t mcu2dmIsolation, uint32_t debugIsolationEnable)
Enable reset isolation of MCU domain for safety applications.
int32_t SOC_moduleSetClockFrequency(uint32_t moduleId, uint32_t clkId, uint64_t clkRate)
Set module clock to specified frequency.
void SOC_controlModuleUnlockMMR(uint32_t domainId, uint32_t partition)
Unlock control module partition to allow writes into control MMRs.
void SOC_generateSwWarmResetMainDomainFromMcuDomain(void)
Generate SW WARM Reset Main Domain from Mcu Domain.
void SOC_generateSwPORResetMainDomainFromMcuDomain(void)
Generate SW POR Reset Main Domain from Mcu Domain.
void SOC_clearResetCauseMainMcuDomain(uint32_t resetCause)
Clears reason for Warm and Main/Mcu Domain Power On Resets. CTRLMMR_RST_SRC is just a mirror of CTRLM...
void SOC_triggerMcuLpmWakeup()
Generates the MCU IPC interrupt to DM R5 to wakeup the main domain from MCU only LPM mode.
void SOC_unlockAllMMR(void)
Unlocks all the control MMRs.
void SOC_setMCUResetIsolationDone(uint32_t value)
Set MCU reset isolation done flag.
void SOC_generateSwWarmResetMcuDomain(void)
Generate SW WARM Reset Mcu Domain.
int32_t SOC_moduleGetClockFrequency(uint32_t moduleId, uint32_t clkId, uint64_t *clkRate)
Get module clock frequency.
uint32_t SOC_getWarmResetCauseMainDomain(void)
Get the reset reason source for Main Domain.
void SOC_setFSSCtrlFlashBootSize(void)
Update the boot block size for FSS subsystem.
void SOC_waitMainDomainReset(void)
Wait for main domain reset to complete.
uint32_t value
Definition: tisci_otp_revision.h:2
int32_t SOC_setPSCState(uint32_t instNum, uint32_t domainNum, uint32_t moduleNum, uint32_t pscState)
Set PSC (Power Sleep Controller) state.
uint64_t SOC_getSelfCpuClk(void)
Get the clock frequency in Hz of the CPU on which the driver is running.
void SOC_generateSwWarmResetMainDomain(void)
Generate SW Warm Reset Main Domain.
void SOC_generateSwPORResetMainDomain(void)
Generate SW POR Reset Main Domain.
void SOC_controlModuleLockMMR(uint32_t domainId, uint32_t partition)
Lock control module partition to prevent writes into control MMRs.
int32_t SOC_moduleClockEnable(uint32_t moduleId, uint32_t enable)
Enable clock to specified module.
void SOC_setDevStat(uint32_t bootMode)
Change boot mode by setting devstat register.
int32_t SOC_getPSCState(uint32_t instNum, uint32_t domainNum, uint32_t moduleNum, uint32_t *domainState, uint32_t *moduleState)
Get PSC (Power Sleep Controller) state.
const char * SOC_getCoreName(uint16_t coreId)
Convert a core ID to a user readable name.
void SOC_setEpwmTbClk(uint32_t epwmInstance, uint32_t enable)
Enable or disable ePWM time base clock from Control MMR.
uint32_t SOC_getWarmResetCauseMcuDomain(void)
Get the reset reason source for Mcu Domain.