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

Functions

__STATIC_INLINE void DDL_RCM_SetAHBPrescaler (uint32_t Prescaler)
 Set AHB prescaler.
__STATIC_INLINE uint32_t DDL_RCM_GetAHBPrescaler (void)
 Get AHB prescaler.
__STATIC_INLINE void DDL_RCM_SetAPBPrescaler (uint32_t Prescaler)
 Set APB prescaler.
__STATIC_INLINE uint32_t DDL_RCM_GetAPBPrescaler (void)
 Get APB prescaler.

Detailed Description

Function Documentation

◆ DDL_RCM_GetAHBPrescaler()

__STATIC_INLINE uint32_t DDL_RCM_GetAHBPrescaler ( void )

Get AHB prescaler.

Return values
Returnedvalue can be one of the following values:

Definition at line 1111 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_GetAPBPrescaler()

__STATIC_INLINE uint32_t DDL_RCM_GetAPBPrescaler ( void )

Get APB prescaler.

Return values
Returnedvalue can be one of the following values:

Definition at line 1140 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_SetAHBPrescaler()

__STATIC_INLINE void DDL_RCM_SetAHBPrescaler ( uint32_t Prescaler)

Set AHB prescaler.

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

Definition at line 1093 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_SetAPBPrescaler()

__STATIC_INLINE void DDL_RCM_SetAPBPrescaler ( uint32_t Prescaler)

Set APB prescaler.

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

Definition at line 1126 of file g32r4xx_ddl_rcm.h.