Changes between Version 7 and Version 8 of peripherals_drivers
- Timestamp:
- Nov 5, 2014, 6:39:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
peripherals_drivers
v7 v8 1 1 = GIET_VM / Peripherals Drivers = 2 2 3 The GIET_VM supports two types of peripheral components: '''External peripherals''' are located in one single cluster (called ''cluster_io'', and identified by the ''X_IO,Y_IO'' variables). '''Internal peripherals''' are replicated in all clusters. 3 [[PageOutline]] 4 5 The GIET_VM supports two types of peripheral components: '''External peripherals''' are located in one single cluster (called ''cluster_io'', and identified by the ''X_IO,Y_IO'' variables). '''Internal peripherals''' (such as DMA, XCU, or MMC) are replicated in all clusters. 4 6 5 7 Each driver xxx_driver define two low-level functions ''_xxx_get_register()'' and ''_xxx_set_register()''