Infineon MOTIX™ MCU TLE988x/9x Device Family SDK
Macros | Functions | Variables
scu.c File Reference
Include dependency graph for scu.c:

Macros

#define SYSTICK_DELAY_THRESHOLD   100U
 

Functions

void SCU_init (void)
 Initialize the SCU module. More...
 
sint8 SCU_initClk (void)
 Initialize the SCU clock. More...
 
sint8 SCU_checkXTALDiagnosis (void)
 Check XTAL Diagnosis as describen in the User Manual. More...
 
void SCU_delay_us (uint32 u32_time_us)
 Delays the regular program execution by a given number of Microseconds. More...
 
void SCU_initSysTick (uint32 u32_value)
 Initialize the SysTick. More...
 
sint8 SCU_enSafeSwitchOffSeq (void)
 Configure the Safe Switch-Off release sequence (SSO release sequence) More...
 
void SCU_enterDeepSleepMode (void)
 Enter the Deep Sleep mode. More...
 
sint8 SCU_enterStopMode (void)
 Enter the Stop mode. More...
 
void SCU_enterSleepMode (void)
 Enter the Sleep mode. More...
 

Variables

sint8 e_xtalSts
 XTAL status. More...
 

Macro Definition Documentation

◆ SYSTICK_DELAY_THRESHOLD

#define SYSTICK_DELAY_THRESHOLD   100U