Functions | |
| __STATIC_INLINE cy_en_syspm_status_t | Cy_SysPm_CoreBuckStatus (void) |
| Get the status of Core Buck Regulator. | |
| __STATIC_INLINE cy_en_syspm_status_t | Cy_SysPm_CoreBuckSetVoltage (cy_en_syspm_core_buck_voltage_t voltage) |
| Set the Core Buck Regulator Voltage. | |
| __STATIC_INLINE cy_en_syspm_core_buck_voltage_t | Cy_SysPm_CoreBuckGetVoltage (void) |
| Get the Core Buck Regulator Voltage. | |
| __STATIC_INLINE void | Cy_SysPm_CoreBuckSetMode (cy_en_syspm_core_buck_mode_t mode) |
| Set the Core Buck Regulator mode. | |
| __STATIC_INLINE cy_en_syspm_core_buck_mode_t | Cy_SysPm_CoreBuckGetMode (void) |
| Get the Core Buck Regulator Mode. | |
| __STATIC_INLINE cy_en_syspm_status_t | Cy_SysPm_CoreBuckDpslpSetVoltage (cy_en_syspm_core_buck_voltage_t voltage) |
| Set the Deepsleep mode Core Buck Regulator Voltage. | |
| __STATIC_INLINE cy_en_syspm_core_buck_voltage_t | Cy_SysPm_CoreBuckDpslpGetVoltage (void) |
| Get the Deepsleep Core Buck Regulator Voltage. | |
| __STATIC_INLINE void | Cy_SysPm_CoreBuckDpslpSetMode (cy_en_syspm_core_buck_mode_t mode) |
| Set the Deepsleep Core Buck Regulator mode. | |
| __STATIC_INLINE cy_en_syspm_core_buck_mode_t | Cy_SysPm_CoreBuckDpslpGetMode (void) |
| Get the Deepsleep Core Buck Regulator Mode. | |
| __STATIC_INLINE void | Cy_SysPm_CoreBuckDpslpEnableOverride (bool enable) |
| Enable the Override feature for core buck during Deepsleep. | |
| __STATIC_INLINE bool | Cy_SysPm_CoreBuckDpslpIsOverrideEnabled (void) |
| Checks if Override feature of core buck during deepsleep is enabled or not. | |
| __STATIC_INLINE void | Cy_SysPm_CoreBuckSetProfile (cy_en_syspm_core_buck_profile_t profile) |
| Set the Core Buck Regulator Profile. | |
| __STATIC_INLINE cy_en_syspm_core_buck_profile_t | Cy_SysPm_CoreBuckGetProfile (void) |
| Get the Core Buck Regulator Profile. | |
| cy_en_syspm_status_t | Cy_SysPm_RetLdoStatus (void) |
| Get the status of RETLDO Regulator. | |
| cy_en_syspm_status_t | Cy_SysPm_RetLdoConfigure (cy_stc_syspm_retldo_params_t *retLdoParam) |
| Configures the RETLDO Regulator. | |
| cy_en_syspm_status_t | Cy_SysPm_SramLdoStatus (void) |
| Get the status of SRAMLDO Regulator. | |
| cy_en_syspm_status_t | Cy_SysPm_SramLdoConfigure (cy_stc_syspm_sramldo_params_t *sramLdoParam) |
| Configures the SRAMLDO Regulator. | |
| __STATIC_INLINE cy_en_syspm_status_t | Cy_SysPm_SramLdoEnable (bool enable) |
| Enable/Disable SRAMLDO Regulator. | |
| __STATIC_INLINE void | Cy_SysPm_SramLdoSetVoltage (cy_en_syspm_sramldo_voltage_t voltage) |
| Set SRAM LDO Voltage. | |
| __STATIC_INLINE cy_en_syspm_sramldo_voltage_t | Cy_SysPm_SramLdoGetVoltage (void) |
| Get the SRAM LDO Voltage. | |
| cy_en_syspm_status_t | Cy_SysPm_MiscLdoStatus (void) |
| Get the status of MISCLDO Regulator. | |
| cy_en_syspm_status_t | Cy_SysPm_MiscLdoConfigure (cy_stc_syspm_miscldo_params_t *miscLdoParam) |
| Configures the MISCLDO Regulator. | |
| __STATIC_INLINE cy_en_syspm_status_t Cy_SysPm_CoreBuckStatus | ( | void | ) |
Get the status of Core Buck Regulator.
| __STATIC_INLINE cy_en_syspm_status_t Cy_SysPm_CoreBuckSetVoltage | ( | cy_en_syspm_core_buck_voltage_t | voltage | ) |
Set the Core Buck Regulator Voltage.
| voltage | Pick from cy_en_syspm_core_buck_voltage_t |
| __STATIC_INLINE cy_en_syspm_core_buck_voltage_t Cy_SysPm_CoreBuckGetVoltage | ( | void | ) |
Get the Core Buck Regulator Voltage.
| __STATIC_INLINE void Cy_SysPm_CoreBuckSetMode | ( | cy_en_syspm_core_buck_mode_t | mode | ) |
Set the Core Buck Regulator mode.
| mode | Pick from cy_en_syspm_core_buck_mode_t |
| __STATIC_INLINE cy_en_syspm_core_buck_mode_t Cy_SysPm_CoreBuckGetMode | ( | void | ) |
Get the Core Buck Regulator Mode.
| __STATIC_INLINE cy_en_syspm_status_t Cy_SysPm_CoreBuckDpslpSetVoltage | ( | cy_en_syspm_core_buck_voltage_t | voltage | ) |
Set the Deepsleep mode Core Buck Regulator Voltage.
| voltage | Pick from cy_en_syspm_core_buck_voltage_t |
| __STATIC_INLINE cy_en_syspm_core_buck_voltage_t Cy_SysPm_CoreBuckDpslpGetVoltage | ( | void | ) |
Get the Deepsleep Core Buck Regulator Voltage.
| __STATIC_INLINE void Cy_SysPm_CoreBuckDpslpSetMode | ( | cy_en_syspm_core_buck_mode_t | mode | ) |
Set the Deepsleep Core Buck Regulator mode.
| mode | Pick from cy_en_syspm_core_buck_mode_t |
| __STATIC_INLINE cy_en_syspm_core_buck_mode_t Cy_SysPm_CoreBuckDpslpGetMode | ( | void | ) |
Get the Deepsleep Core Buck Regulator Mode.
| __STATIC_INLINE void Cy_SysPm_CoreBuckDpslpEnableOverride | ( | bool | enable | ) |
Enable the Override feature for core buck during Deepsleep.
| enable | true - enable, false - disable |
| __STATIC_INLINE bool Cy_SysPm_CoreBuckDpslpIsOverrideEnabled | ( | void | ) |
Checks if Override feature of core buck during deepsleep is enabled or not.
| __STATIC_INLINE void Cy_SysPm_CoreBuckSetProfile | ( | cy_en_syspm_core_buck_profile_t | profile | ) |
Set the Core Buck Regulator Profile.
| profile | Pick from cy_en_syspm_core_buck_profile_t |
| __STATIC_INLINE cy_en_syspm_core_buck_profile_t Cy_SysPm_CoreBuckGetProfile | ( | void | ) |
Get the Core Buck Regulator Profile.
| cy_en_syspm_status_t Cy_SysPm_RetLdoStatus | ( | void | ) |
Get the status of RETLDO Regulator.
| cy_en_syspm_status_t Cy_SysPm_RetLdoConfigure | ( | cy_stc_syspm_retldo_params_t * | retLdoParam | ) |
Configures the RETLDO Regulator.
| retLdoParam | Structure containing the config parameters, cy_stc_syspm_retldo_params_t |
| cy_en_syspm_status_t Cy_SysPm_SramLdoStatus | ( | void | ) |
Get the status of SRAMLDO Regulator.
| cy_en_syspm_status_t Cy_SysPm_SramLdoConfigure | ( | cy_stc_syspm_sramldo_params_t * | sramLdoParam | ) |
Configures the SRAMLDO Regulator.
| sramLdoParam | Structure containing the config parameters, cy_stc_syspm_sramldo_params_t |
| __STATIC_INLINE cy_en_syspm_status_t Cy_SysPm_SramLdoEnable | ( | bool | enable | ) |
Enable/Disable SRAMLDO Regulator.
| enable | true - enable, false - disable |
| __STATIC_INLINE void Cy_SysPm_SramLdoSetVoltage | ( | cy_en_syspm_sramldo_voltage_t | voltage | ) |
Set SRAM LDO Voltage.
| voltage | Enum cy_en_syspm_sramldo_voltage_t |
| __STATIC_INLINE cy_en_syspm_sramldo_voltage_t Cy_SysPm_SramLdoGetVoltage | ( | void | ) |
Get the SRAM LDO Voltage.
| cy_en_syspm_status_t Cy_SysPm_MiscLdoStatus | ( | void | ) |
Get the status of MISCLDO Regulator.
| cy_en_syspm_status_t Cy_SysPm_MiscLdoConfigure | ( | cy_stc_syspm_miscldo_params_t * | miscLdoParam | ) |
Configures the MISCLDO Regulator.
| miscLdoParam | Structure containing the config parameters, cy_stc_syspm_miscldo_params_t |