![]() |
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. | |
| __STATIC_INLINE uint32_t DDL_RCM_GetAHBPrescaler | ( | void | ) |
Get AHB prescaler.
| Returned | value can be one of the following values: |
Definition at line 1111 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_GetAPBPrescaler | ( | void | ) |
Get APB prescaler.
| Returned | value can be one of the following values: |
Definition at line 1140 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_SetAHBPrescaler | ( | uint32_t | Prescaler | ) |
Set AHB prescaler.
| Prescaler | This parameter can be one of the following values: |
| None |
Definition at line 1093 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_SetAPBPrescaler | ( | uint32_t | Prescaler | ) |
Set APB prescaler.
| Prescaler | This parameter can be one of the following values: |
| None |
Definition at line 1126 of file g32r4xx_ddl_rcm.h.