![]() |
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. | |
| __STATIC_INLINE void DDL_BKP_DisableReset | ( | void | ) |
Disable reset the BKP register.
| None |
Definition at line 141 of file g32r4xx_ddl_bkp.h.
| __STATIC_INLINE void DDL_BKP_EnableReset | ( | void | ) |
| __STATIC_INLINE uint32_t DDL_BKP_GetDataBackUp | ( | uint32_t | Reg | ) |
Read backup data from designative register.
| Reg | this parameter can be one of the following values: |
| return | values can between 0 to 0xFFFF |
Definition at line 195 of file g32r4xx_ddl_bkp.h.
| __STATIC_INLINE void DDL_BKP_SetDataBackUp | ( | uint32_t | Reg, |
| uint32_t | Data ) |
Write backup data to designative register.
| Reg | this parameter can be one of the following values: |
| Data | this parameter can between 0x0000 to 0xFFFF. |
| None |
Definition at line 168 of file g32r4xx_ddl_bkp.h.