#include "chip.h"
Go to the source code of this file.
Functions | |
uint8_t | XDMAIF_Get_ChannelNumber (uint8_t bPeriphID, uint8_t bTransfer) |
Get peripheral identifier coded for hardware handshaking interface. | |
uint8_t | XDMAIF_IsValidatedPeripherOnDma (uint8_t bPeriphID) |
Check if the given DMAC has associated peripheral identifier coded by the given peripheral. |
Definition in file xdma_hardware_interface.c.
uint8_t XDMAIF_Get_ChannelNumber | ( | uint8_t | bPeriphID, | |
uint8_t | bTransfer | |||
) |
Get peripheral identifier coded for hardware handshaking interface.
bDmac | DMA Controller number. | |
bPeriphID | Peripheral ID. | |
bTransfer | Transfer type 0: Tx, 1 :Rx. |
Definition at line 119 of file xdma_hardware_interface.c.
uint8_t XDMAIF_IsValidatedPeripherOnDma | ( | uint8_t | bPeriphID | ) |
Check if the given DMAC has associated peripheral identifier coded by the given peripheral.
bDmac | DMA Controller number. | |
bPeriphID | Peripheral ID (0xff : memory only). |
Definition at line 143 of file xdma_hardware_interface.c.