Functions | |
| __STATIC_INLINE void | Cy_DMAC_Enable (DMAC_Type *base) |
| Enables the DMACblock. More... | |
| __STATIC_INLINE void | Cy_DMAC_Disable (DMAC_Type *base) |
| Disables the DMACblock. More... | |
| __STATIC_INLINE uint32_t | Cy_DMAC_GetActiveChannel (DMAC_Type const *base) |
| Returns the status of the active/pending channels of the DMACblock. More... | |
| __STATIC_INLINE void Cy_DMAC_Enable | ( | DMAC_Type * | base | ) |
Enables the DMACblock.
| base | The pointer to the hardware DMAC block. |
| __STATIC_INLINE void Cy_DMAC_Disable | ( | DMAC_Type * | base | ) |
Disables the DMACblock.
| base | The pointer to the hardware DMAC block. |
| __STATIC_INLINE uint32_t Cy_DMAC_GetActiveChannel | ( | DMAC_Type const * | base | ) |
Returns the status of the active/pending channels of the DMACblock.
| base | The pointer to the hardware DMAC block. |