S32 SDK
dmamux_hal.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include "device_registers.h"

Go to the source code of this file.

Functions

DMAMUX HAL function
void DMAMUX_HAL_Init (DMAMUX_Type *base)
 Initializes the DMAMUX module to the reset state. More...
 
static void DMAMUX_HAL_SetChannelCmd (DMAMUX_Type *base, uint32_t channel, bool enable)
 Enables/Disables the DMAMUX channel. More...
 
static void DMAMUX_HAL_SetPeriodTriggerCmd (DMAMUX_Type *base, uint32_t channel, bool enable)
 Enables/Disables the period trigger. More...
 
static void DMAMUX_HAL_SetChannelSource (DMAMUX_Type *base, uint32_t channel, uint8_t source)
 Configures the DMA request for the DMAMUX channel. More...