![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_DMA_EnableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
| Enable Half transfer interrupt. | |
| __STATIC_INLINE void | DDL_DMA_EnableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Enable Transfer error interrupt. | |
| __STATIC_INLINE void | DDL_DMA_EnableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
| Enable Transfer complete interrupt. | |
| __STATIC_INLINE void | DDL_DMA_EnableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
| Enable Direct mode error interrupt. | |
| __STATIC_INLINE void | DDL_DMA_EnableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Enable FIFO error interrupt. | |
| __STATIC_INLINE void | DDL_DMA_DisableIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
| Disable Half transfer interrupt. | |
| __STATIC_INLINE void | DDL_DMA_DisableIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Disable Transfer error interrupt. | |
| __STATIC_INLINE void | DDL_DMA_DisableIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
| Disable Transfer complete interrupt. | |
| __STATIC_INLINE void | DDL_DMA_DisableIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
| Disable Direct mode error interrupt. | |
| __STATIC_INLINE void | DDL_DMA_DisableIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Disable FIFO error interrupt. | |
| __STATIC_INLINE uint32_t | DDL_DMA_IsEnabledIT_HT (DMA_TypeDef *DMAx, uint32_t Stream) |
| Check if Half transfer interrupt is enabled. | |
| __STATIC_INLINE uint32_t | DDL_DMA_IsEnabledIT_TE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Check if Transfer error nterrup is enabled. | |
| __STATIC_INLINE uint32_t | DDL_DMA_IsEnabledIT_TC (DMA_TypeDef *DMAx, uint32_t Stream) |
| Check if Transfer complete interrupt is enabled. | |
| __STATIC_INLINE uint32_t | DDL_DMA_IsEnabledIT_DME (DMA_TypeDef *DMAx, uint32_t Stream) |
| Check if Direct mode error interrupt is enabled. | |
| __STATIC_INLINE uint32_t | DDL_DMA_IsEnabledIT_FE (DMA_TypeDef *DMAx, uint32_t Stream) |
| Check if FIFO error interrupt is enabled. | |
| __STATIC_INLINE void DDL_DMA_DisableIT_DME | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Disable Direct mode error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2559 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_DisableIT_FE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Disable FIFO error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2578 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_DisableIT_HT | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Disable Half transfer interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2502 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_DisableIT_TC | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Disable Transfer complete interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2540 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_DisableIT_TE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Disable Transfer error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2521 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_EnableIT_DME | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Enable Direct mode error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2464 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_EnableIT_FE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Enable FIFO error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2483 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_EnableIT_HT | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Enable Half transfer interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2407 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_EnableIT_TC | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Enable Transfer complete interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2445 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE void DDL_DMA_EnableIT_TE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Enable Transfer error interrupt.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| None |
Definition at line 2426 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE uint32_t DDL_DMA_IsEnabledIT_DME | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Check if Direct mode error interrupt is enabled.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 2654 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE uint32_t DDL_DMA_IsEnabledIT_FE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Check if FIFO error interrupt is enabled.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 2673 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE uint32_t DDL_DMA_IsEnabledIT_HT | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Check if Half transfer interrupt is enabled.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 2597 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE uint32_t DDL_DMA_IsEnabledIT_TC | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Check if Transfer complete interrupt is enabled.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 2635 of file g32r4xx_ddl_dma.h.
| __STATIC_INLINE uint32_t DDL_DMA_IsEnabledIT_TE | ( | DMA_TypeDef * | DMAx, |
| uint32_t | Stream ) |
Check if Transfer error nterrup is enabled.
| DMAx | DMAx Instance |
| Stream | This parameter can be one of the following values: |
| State | of bit (1 or 0). |
Definition at line 2616 of file g32r4xx_ddl_dma.h.