#include "fsl_common.h"
Go to the source code of this file.
Macros | |
Driver version | |
#define | FSL_DMAMUX_DRIVER_VERSION (MAKE_VERSION(2, 0, 4)) |
DMAMUX driver version 2.0.4. More... | |
Functions | |
DMAMUX Initialization and de-initialization | |
void | DMAMUX_Deinit (DMAMUX_Type *base) |
Deinitializes the DMAMUX peripheral. More... | |
void | DMAMUX_Init (DMAMUX_Type *base) |
Initializes the DMAMUX peripheral. More... | |
DMAMUX Channel Operation | |
static void | DMAMUX_DisableChannel (DMAMUX_Type *base, uint32_t channel) |
Disables the DMAMUX channel. More... | |
static void | DMAMUX_EnableChannel (DMAMUX_Type *base, uint32_t channel) |
Enables the DMAMUX channel. More... | |
static void | DMAMUX_SetSource (DMAMUX_Type *base, uint32_t channel, uint32_t source) |
Configures the DMAMUX channel source. More... | |