MTB CAT1 Peripheral driver library
Low Power Oscillator Functions

General Description

Functions

__STATIC_INLINE void Cy_SysAnalog_LpOscEnable (PASS_Type *base)
 Enables Low Power Oscillator in configured by Cy_SysAnalog_DeepSleepInit mode. More...
 
__STATIC_INLINE void Cy_SysAnalog_LpOscDisable (PASS_Type *base)
 Disables the Low Power Oscillator. More...
 

Function Documentation

◆ Cy_SysAnalog_LpOscEnable()

__STATIC_INLINE void Cy_SysAnalog_LpOscEnable ( PASS_Type *  base)

Enables Low Power Oscillator in configured by Cy_SysAnalog_DeepSleepInit mode.

Parameters
basePointer to the PASS register structure.
Returns
None
Function Usage
/* Enable Low Power Oscillator and configure it to be always enabled in Deep Sleep. */

◆ Cy_SysAnalog_LpOscDisable()

__STATIC_INLINE void Cy_SysAnalog_LpOscDisable ( PASS_Type *  base)

Disables the Low Power Oscillator.

Parameters
basePointer to the PASS register structure.
Returns
None
Function Usage
/* Scenario: The Low Power Oscillator is no longer needed. */