| UbixOS V2
    2.0
    | 

Go to the source code of this file.
| Macros | |
| #define | highByte(x) ((x & 0xFF00) >> 8) | 
| #define | lowByte(x) (x & 0x00FF) | 
| Functions | |
| void | _dmaXfer (uInt8 dmaChannel, uInt8 page, uInt offset, uInt length, uInt8 mode) | 
| void | dmaXfer (uint8_t channel, uint32_t address, uInt length, uint8_t read) | 
Definition at line 57 of file dma.c.
References outportByte().
Referenced by dmaXfer().
