diff options
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/hwpf/fapi2/include/hw_access_def.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/hw_access_def.H b/src/import/hwpf/fapi2/include/hw_access_def.H index 15a3e8dc..dc78b83d 100644 --- a/src/import/hwpf/fapi2/include/hw_access_def.H +++ b/src/import/hwpf/fapi2/include/hw_access_def.H @@ -67,6 +67,8 @@ enum RingMode /// pulse RING_MODE_SET_PULSE_ALL = 0x00000010, ///< Set pulse with pulse /// to all hold types + RING_MODE_FASTARRAY = 0x00000020, ///< Single clock pulse + /// for fastarray }; /// @enum OpModes operational Mode Error Functions |