G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE uint32_t DDL_SYSTICK_IsActiveCounterFlag (void)
 This function checks if the Systick counter flag is active or not.
__STATIC_INLINE void DDL_SYSTICK_SetClkSource (uint32_t Source)
 Configures the SysTick clock source.
__STATIC_INLINE uint32_t DDL_SYSTICK_GetClkSource (void)
 Get the SysTick clock source.
__STATIC_INLINE void DDL_SYSTICK_EnableIT (void)
 Enable SysTick exception request.
__STATIC_INLINE void DDL_SYSTICK_DisableIT (void)
 Disable SysTick exception request.
__STATIC_INLINE uint32_t DDL_SYSTICK_IsEnabledIT (void)
 Checks if the SYSTICK interrupt is enabled or disabled.

Detailed Description

Function Documentation

◆ DDL_SYSTICK_DisableIT()

__STATIC_INLINE void DDL_SYSTICK_DisableIT ( void )

Disable SysTick exception request.

Return values
None

Definition at line 174 of file g32r4xx_ddl_cortex.h.

◆ DDL_SYSTICK_EnableIT()

__STATIC_INLINE void DDL_SYSTICK_EnableIT ( void )

Enable SysTick exception request.

Return values
None

Definition at line 165 of file g32r4xx_ddl_cortex.h.

◆ DDL_SYSTICK_GetClkSource()

__STATIC_INLINE uint32_t DDL_SYSTICK_GetClkSource ( void )

Get the SysTick clock source.

Return values
Returnedvalue can be one of the following values:

Definition at line 156 of file g32r4xx_ddl_cortex.h.

◆ DDL_SYSTICK_IsActiveCounterFlag()

__STATIC_INLINE uint32_t DDL_SYSTICK_IsActiveCounterFlag ( void )

This function checks if the Systick counter flag is active or not.

Note
It can be used in timeout function on application side.
Return values
Stateof bit (1 or 0).

Definition at line 126 of file g32r4xx_ddl_cortex.h.

◆ DDL_SYSTICK_IsEnabledIT()

__STATIC_INLINE uint32_t DDL_SYSTICK_IsEnabledIT ( void )

Checks if the SYSTICK interrupt is enabled or disabled.

Return values
Stateof bit (1 or 0).

Definition at line 183 of file g32r4xx_ddl_cortex.h.

◆ DDL_SYSTICK_SetClkSource()

__STATIC_INLINE void DDL_SYSTICK_SetClkSource ( uint32_t Source)

Configures the SysTick clock source.

Parameters
SourceThis parameter can be one of the following values:
Return values
None

Definition at line 138 of file g32r4xx_ddl_cortex.h.