![]() |
RTEMS 6.1
|
#include "chip.h"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. | |
| 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. |
| 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). |