Difference between revisions of "Component: DMA (CAL) (Misc)"
From Flowcode Help
Jump to navigationJump to search| Line 57: | Line 57: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 63: | Line 65: | ||
==Macro reference== | ==Macro reference== | ||
| + | ===WriteBuffer32=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 81: | Line 84: | ||
| + | ===Disable=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 94: | Line 98: | ||
| + | ===ReadBuffer16=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 112: | Line 117: | ||
| + | ===ReadBuffer8=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 130: | Line 136: | ||
| + | ===Enable=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 143: | Line 150: | ||
| + | ===WriteBuffer16=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 161: | Line 169: | ||
| + | ===WriteBuffer8=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| Line 179: | Line 188: | ||
| + | ===ReadBuffer32=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Revision as of 11:49, 3 February 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 to download the component source project: FC_Comp_Source_DMA.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DMA.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
WriteBuffer32
| WriteBuffer32 | |
| Data | |
| Return | |
Disable
| Disable | |
| Disables the DMA channel. | |
| Return | |
ReadBuffer16
| ReadBuffer16 | |
| Data | |
| Return | |
ReadBuffer8
| ReadBuffer8 | |
| Data | |
| Return | |
Enable
| 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
| WriteBuffer16 | |
| Data | |
| Return | |
WriteBuffer8
| WriteBuffer8 | |
| Data | |
| Return | |
ReadBuffer32
| ReadBuffer32 | |
| Data | |
| Return | |