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

Functions

__STATIC_INLINE void DDL_BKP_EnableReset (void)
 Enable reset the BKP register.
__STATIC_INLINE void DDL_BKP_DisableReset (void)
 Disable reset the BKP register.
__STATIC_INLINE void DDL_BKP_SetDataBackUp (uint32_t Reg, uint32_t Data)
 Write backup data to designative register.
__STATIC_INLINE uint32_t DDL_BKP_GetDataBackUp (uint32_t Reg)
 Read backup data from designative register.

Detailed Description

Function Documentation

◆ DDL_BKP_DisableReset()

__STATIC_INLINE void DDL_BKP_DisableReset ( void )

Disable reset the BKP register.

Return values
None

Definition at line 141 of file g32r4xx_ddl_bkp.h.

◆ DDL_BKP_EnableReset()

__STATIC_INLINE void DDL_BKP_EnableReset ( void )

Enable reset the BKP register.

Return values
None

Definition at line 132 of file g32r4xx_ddl_bkp.h.

◆ DDL_BKP_GetDataBackUp()

__STATIC_INLINE uint32_t DDL_BKP_GetDataBackUp ( uint32_t Reg)

Read backup data from designative register.

Parameters
Regthis parameter can be one of the following values:
Return values
returnvalues can between 0 to 0xFFFF

Definition at line 195 of file g32r4xx_ddl_bkp.h.

◆ DDL_BKP_SetDataBackUp()

__STATIC_INLINE void DDL_BKP_SetDataBackUp ( uint32_t Reg,
uint32_t Data )

Write backup data to designative register.

Parameters
Regthis parameter can be one of the following values:
Datathis parameter can between 0x0000 to 0xFFFF.
Return values
None

Definition at line 168 of file g32r4xx_ddl_bkp.h.