Home
last modified time | relevance | path

Searched refs:ByteToWord (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DAllowedTranslation.cs15 ByteToWord = 1 << 0, enumerator
DSystemBus.cs1442 …AllowedTranslation.ByteToWord | AllowedTranslation.ByteToDoubleWord | AllowedTranslation.ByteToQua… in FillAccessMethodsWithDefaultMethods()
1484 … else if(wordWrapper != null && (allowedTranslations & AllowedTranslation.ByteToWord) != 0) in FillAccessMethodsWithDefaultMethods()
1499 … else if(wordPeripheral != null && (allowedTranslations & AllowedTranslation.ByteToWord) != 0) in FillAccessMethodsWithDefaultMethods()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNPCX_LFCG.cs15 [AllowedTranslations(AllowedTranslation.ByteToWord | AllowedTranslation.WordToByte)]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNPCX_SPIP.cs17 [AllowedTranslations(AllowedTranslation.ByteToWord | AllowedTranslation.WordToByte)]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMSP430F2XXX_Watchdog.cs17 [AllowedTranslations(AllowedTranslation.ByteToWord)]
DNPCX_TWD.cs17 [AllowedTranslations(AllowedTranslation.ByteToWord | AllowedTranslation.WordToByte)]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs19 [AllowedTranslations(AllowedTranslation.ByteToWord)]