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

Functions

__STATIC_INLINE void DDL_RCM_EnableAHBPeripheral (uint32_t Peripheral)
 Enable the AHB peripheral.
__STATIC_INLINE void DDL_RCM_DisableAHBPeripheral (uint32_t Peripheral)
 Disable the AHB peripheral.
__STATIC_INLINE void DDL_RCM_EnableAPBPeripheral (uint32_t Peripheral)
 Enable the APB peripheral.
__STATIC_INLINE void DDL_RCM_DisableAPBPeripheral (uint32_t Peripheral)
 Disable the APB peripheral.

Detailed Description

Function Documentation

◆ DDL_RCM_DisableAHBPeripheral()

__STATIC_INLINE void DDL_RCM_DisableAHBPeripheral ( uint32_t Peripheral)

Disable the AHB peripheral.

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

Definition at line 1310 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_DisableAPBPeripheral()

◆ DDL_RCM_EnableAHBPeripheral()

__STATIC_INLINE void DDL_RCM_EnableAHBPeripheral ( uint32_t Peripheral)

Enable the AHB peripheral.

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

Definition at line 1293 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_EnableAPBPeripheral()