rusEFI
The most advanced open source ECU
|
Functions | |
static uint32_t | DMAMUX_GetInstance (DMAMUX_Type *base) |
Get instance number for DMAMUX. | |
void | DMAMUX_Init (DMAMUX_Type *base) |
Initializes the DMAMUX peripheral. | |
void | DMAMUX_Deinit (DMAMUX_Type *base) |
Deinitializes the DMAMUX peripheral. | |
Variables | |
static DMAMUX_Type *const | s_dmamuxBases [] = DMAMUX_BASE_PTRS |
Array to map DMAMUX instance number to base pointer. | |
static const clock_ip_name_t | s_dmamuxClockName [] = DMAMUX_CLOCKS |
Array to map DMAMUX instance number to clock name. | |
|
static |
Get instance number for DMAMUX.
base | DMAMUX peripheral base address. |
Definition at line 47 of file fsl_dmamux.c.
Referenced by DMAMUX_Deinit(), and DMAMUX_Init().
|
static |
Array to map DMAMUX instance number to base pointer.
Definition at line 37 of file fsl_dmamux.c.
Referenced by DMAMUX_GetInstance().
|
static |
Array to map DMAMUX instance number to clock name.
Definition at line 41 of file fsl_dmamux.c.
Referenced by DMAMUX_Deinit(), and DMAMUX_Init().