Difference between revisions of "Component: DMA (CAL) (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 28: | Line 30: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 37: | Line 41: | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:10, 20 January 2023
Author | Matrix TSL |
Version | 1.0 |
Category | Misc |
Contents
DMA (CAL) component
CAL - Code Abstraction Layer A low level implementation giving direct access to DMA routines.
Component Source Code
Please click here for the component source code: FC_Comp_Source_DMA.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
WriteBuffer32 |
![]() |
Data |
![]() |
Return |
![]() |
Disable |
Disables the DMA channel. | |
![]() |
Return |
![]() |
ReadBuffer16 |
![]() |
Data |
![]() |
Return |
![]() |
ReadBuffer8 |
![]() |
Data |
![]() |
Return |
![]() |
Enable |
Initialise the DMA channel ready to process data to or from a peripheral. The user must enable the corresponding DMA interrupt after initialising the channel. | |
![]() |
Return |
![]() |
WriteBuffer16 |
![]() |
Data |
![]() |
Return |
![]() |
WriteBuffer8 |
![]() |
Data |
![]() |
Return |
![]() |
ReadBuffer32 |
![]() |
Data |
![]() |
Return |