![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| uint32_t | DDL_DMA_Init (DMA_TypeDef *DMAx, uint32_t Stream, DDL_DMA_InitTypeDef *DMA_InitStruct) |
| Initialize the DMA registers according to the specified parameters in DMA_InitStruct. | |
| uint32_t | DDL_DMA_DeInit (DMA_TypeDef *DMAx, uint32_t Stream) |
| De-initialize the DMA registers to their default reset values. | |
| void | DDL_DMA_StructInit (DDL_DMA_InitTypeDef *DMA_InitStruct) |
| Set each DDL_DMA_InitTypeDef field to default value. | |
| uint32_t DDL_DMA_DeInit | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
De-initialize the DMA registers to their default reset values.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| An | ErrorStatus enumeration value:
|
Definition at line 170 of file g32r4xx_ddl_dma.c.
| uint32_t DDL_DMA_Init | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream, | ||
| DDL_DMA_InitTypeDef * | DMA_InitStruct ) |
Initialize the DMA registers according to the specified parameters in DMA_InitStruct.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| DMA_InitStruct | pointer to a DDL_DMA_InitTypeDef structure. |
| An | ErrorStatus enumeration value:
|
Definition at line 283 of file g32r4xx_ddl_dma.c.
| void DDL_DMA_StructInit | ( | DDL_DMA_InitTypeDef * | DMA_InitStruct | ) |
Set each DDL_DMA_InitTypeDef field to default value.
| DMA_InitStruct | Pointer to a DDL_DMA_InitTypeDef structure. |
| None |
Definition at line 383 of file g32r4xx_ddl_dma.c.