![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RCM_ADC_SetAdc16AnalogClkDivision (uint32_t Division) |
| Set Adc16 analog clock division. | |
| __STATIC_INLINE uint32_t | DDL_RCM_ADC_GetAdc16AnalogClkDivision (void) |
| Get Adc16 analog clock division. | |
| __STATIC_INLINE uint32_t | DDL_RCM_ADC_IsAdc16AnalogClkRDY (void) |
| Check whether Adc16 analog clock is ready. | |
| __STATIC_INLINE void | DDL_RCM_ADC_SetAdc12AnalogClkDivision (uint32_t Division) |
| Set Adc12 analog clock division. | |
| __STATIC_INLINE uint32_t | DDL_RCM_ADC_GetAdc12AnalogClkDivision (void) |
| Get Adc12 analog clock division. | |
| __STATIC_INLINE uint32_t | DDL_RCM_ADC_IsAdc12AnalogClkRDY (void) |
| Check whether Adc12 analog clock is ready. | |
| __STATIC_INLINE void | DDL_RCM_ADC_SetAdcAnalogClkSource (uint32_t Source) |
| Set Adc analog clock source. | |
| __STATIC_INLINE uint32_t | DDL_RCM_ADC_GetAdcAnalogClkSource (void) |
| Get Adc analog clock source. | |
| __STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc12AnalogClkDivision | ( | void | ) |
Get Adc12 analog clock division.
| None |
| This | return value can be one of the following values: |
Definition at line 1480 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc16AnalogClkDivision | ( | void | ) |
Get Adc16 analog clock division.
| None |
| This | return value can be one of the following values: |
Definition at line 1442 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdcAnalogClkSource | ( | void | ) |
Get Adc analog clock source.
| None |
| This | return value can be one of the following values: |
Definition at line 1514 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc12AnalogClkRDY | ( | void | ) |
Check whether Adc12 analog clock is ready.
| None |
| State | of bit (1 or 0). |
Definition at line 1490 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc16AnalogClkRDY | ( | void | ) |
Check whether Adc16 analog clock is ready.
| None |
| State | of bit (1 or 0). |
Definition at line 1452 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_ADC_SetAdc12AnalogClkDivision | ( | uint32_t | Division | ) |
Set Adc12 analog clock division.
| Division | This parameter can be one of the following values: |
| None |
Definition at line 1466 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_ADC_SetAdc16AnalogClkDivision | ( | uint32_t | Division | ) |
Set Adc16 analog clock division.
| Division | This parameter can be one of the following values: |
| None |
Definition at line 1429 of file g32r4xx_ddl_rcm.h.
| __STATIC_INLINE void DDL_RCM_ADC_SetAdcAnalogClkSource | ( | uint32_t | Source | ) |
Set Adc analog clock source.
| Source | This parameter can be one of the following values: |
| None |
Definition at line 1502 of file g32r4xx_ddl_rcm.h.