#include "fsl_dmamux.h"
Go to the source code of this file.
Macros | |
#define | FSL_COMPONENT_ID "platform.drivers.dmamux" |
Functions | |
void | DMAMUX_Deinit (DMAMUX_Type *base) |
Deinitializes the DMAMUX peripheral. More... | |
static uint32_t | DMAMUX_GetInstance (DMAMUX_Type *base) |
Get instance number for DMAMUX. More... | |
void | DMAMUX_Init (DMAMUX_Type *base) |
Initializes the DMAMUX peripheral. More... | |
Variables | |
static DMAMUX_Type *const | s_dmamuxBases [] = DMAMUX_BASE_PTRS |
Array to map DMAMUX instance number to base pointer. More... | |
static const clock_ip_name_t | s_dmamuxClockName [] = DMAMUX_CLOCKS |
Array to map DMAMUX instance number to clock name. More... | |
#define FSL_COMPONENT_ID "platform.drivers.dmamux" |
Definition at line 17 of file fsl_dmamux.c.
|
static |
Get instance number for DMAMUX.
base | DMAMUX peripheral base address. |
Definition at line 46 of file fsl_dmamux.c.
|
static |
Array to map DMAMUX instance number to base pointer.
Definition at line 36 of file fsl_dmamux.c.
|
static |
Array to map DMAMUX instance number to clock name.
Definition at line 40 of file fsl_dmamux.c.