Changes between Version 2 and Version 3 of peripherals_drivers
- Timestamp:
- Oct 28, 2014, 7:42:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
peripherals_drivers
v2 v3 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 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. 4 4 5 5 Each driver xxx_driver define two low-level functions ''_xxx_get_register()'' and ''_xxx_set_register()''