Lines Matching defs:base
418 static inline void SPC_ClearPeriphIOIsolationFlag(SPC_Type *base) in SPC_ClearPeriphIOIsolationFlag()
436 static inline bool SPC_GetBusyStatusFlag(SPC_Type *base) in SPC_GetBusyStatusFlag()
453 static inline bool SPC_CheckLowPowerReqest(SPC_Type *base) in SPC_CheckLowPowerReqest()
463 static inline void SPC_ClearLowPowerRequest(SPC_Type *base) in SPC_ClearLowPowerRequest()
476 static inline bool SPC_CheckPowerSwitchState(SPC_Type *base) in SPC_CheckPowerSwitchState()
500 static inline bool SPC_CheckPowerDomainLowPowerRequest(SPC_Type *base, spc_power_domain_id_t powerD… in SPC_CheckPowerDomainLowPowerRequest()
511 static inline void SPC_ClearPowerDomainLowPowerRequestFlag(SPC_Type *base, spc_power_domain_id_t po… in SPC_ClearPowerDomainLowPowerRequestFlag()
547 static inline void SPC_SoftwareGatePowerSwitch(SPC_Type *base, bool gate) in SPC_SoftwareGatePowerSwitch()
566 static inline void SPC_PowerModeControlPowerSwitch(SPC_Type *base) in SPC_PowerModeControlPowerSwitch()
593 static inline void SPC_SetWakeUpValue(SPC_Type *base, uint32_t data) in SPC_SetWakeUpValue()
604 static inline uint32_t SPC_GetWakeUpValue(SPC_Type *base) in SPC_GetWakeUpValue()
624 static inline spc_core_ldo_voltage_level_t SPC_GetActiveModeCoreLDOVDDVoltageLevel(SPC_Type *base) in SPC_GetActiveModeCoreLDOVDDVoltageLevel()
636 static inline spc_bandgap_mode_t SPC_GetActiveModeBandgapMode(SPC_Type *base) in SPC_GetActiveModeBandgapMode()
648 static inline uint32_t SPC_GetActiveModeVoltageDetectStatus(SPC_Type *base) in SPC_GetActiveModeVoltageDetectStatus()
691 static inline void SPC_EnableActiveModeCMPBandgapBuffer(SPC_Type *base, bool enable) in SPC_EnableActiveModeCMPBandgapBuffer()
709 static inline void SPC_SetActiveModeVoltageTrimDelay(SPC_Type *base, uint16_t delay) in SPC_SetActiveModeVoltageTrimDelay()
742 static inline void SPC_DisableActiveModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableActiveModeVddCoreGlitchDetect()
783 static inline void SPC_EnableLowPowerModeVDDCWellBias(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeVDDCWellBias()
802 static inline spc_core_ldo_drive_strength_t SPC_GetLowPowerCoreLDOVDDDriveStrength(SPC_Type *base) in SPC_GetLowPowerCoreLDOVDDDriveStrength()
814 static inline spc_core_ldo_voltage_level_t SPC_GetLowPowerCoreLDOVDDVoltageLevel(SPC_Type *base) in SPC_GetLowPowerCoreLDOVDDVoltageLevel()
826 static inline spc_bandgap_mode_t SPC_GetLowPowerModeBandgapMode(SPC_Type *base) in SPC_GetLowPowerModeBandgapMode()
837 static inline uint32_t SPC_GetLowPowerModeVoltageDetectStatus(SPC_Type *base) in SPC_GetLowPowerModeVoltageDetectStatus()
857 static inline void SPC_EnableLowPowerModeLowPowerIREF(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeLowPowerIREF()
897 static inline void SPC_EnableLowPowerModeCMPBandgapBufferMode(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCMPBandgapBufferMode()
921 static inline void SPC_EnableLowPowerModeCoreVDDInternalVoltageScaling(SPC_Type *base, bool enable) in SPC_EnableLowPowerModeCoreVDDInternalVoltageScaling()
939 static inline void SPC_SetLowPowerWakeUpDelay(SPC_Type *base, uint16_t delay) in SPC_SetLowPowerWakeUpDelay()
974 static inline void SPC_DisableLowPowerModeVddCoreGlitchDetect(SPC_Type *base, bool disable) in SPC_DisableLowPowerModeVddCoreGlitchDetect()
998 static inline uint8_t SPC_GetVoltageDetectStatusFlag(SPC_Type *base) in SPC_GetVoltageDetectStatusFlag()
1009 static inline void SPC_ClearVoltageDetectStatusFlag(SPC_Type *base, uint8_t mask) in SPC_ClearVoltageDetectStatusFlag()
1042 static inline void SPC_LockCoreVoltageDetectResetSetting(SPC_Type *base) in SPC_LockCoreVoltageDetectResetSetting()
1055 static inline void SPC_UnlockCoreVoltageDetectResetSetting(SPC_Type *base) in SPC_UnlockCoreVoltageDetectResetSetting()
1168 static inline void SPC_LockSystemVoltageDetectResetSetting(SPC_Type *base) in SPC_LockSystemVoltageDetectResetSetting()
1181 static inline void SPC_UnlockSystemVoltageDetectResetSetting(SPC_Type *base) in SPC_UnlockSystemVoltageDetectResetSetting()
1287 static inline void SPC_LockIOVoltageDetectResetSetting(SPC_Type *base) in SPC_LockIOVoltageDetectResetSetting()
1300 static inline void SPC_UnlockIOVoltageDetectResetSetting(SPC_Type *base) in SPC_UnlockIOVoltageDetectResetSetting()
1391 static inline uint8_t SPC_GetExternalDomainsStatus(SPC_Type *base) in SPC_GetExternalDomainsStatus()
1412 static inline void SPC_EnableCoreLDORegulator(SPC_Type *base, bool enable) in SPC_EnableCoreLDORegulator()
1438 static inline void SPC_PullDownCoreLDORegulator(SPC_Type *base, bool pulldown) in SPC_PullDownCoreLDORegulator()
1502 static inline void SPC_EnableSystemLDORegulator(SPC_Type *base, bool enable) in SPC_EnableSystemLDORegulator()
1526 static inline void SPC_EnableSystemLDOSinkFeature(SPC_Type *base, bool sink) in SPC_EnableSystemLDOSinkFeature()
1596 static inline void SPC_EnableDCDCRegulator(SPC_Type *base, bool enable) in SPC_EnableDCDCRegulator()