Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_EEFC.cs103 private void ExecuteFlashCommand(Commands command, int argument) in ExecuteFlashCommand() method in Antmicro.Renode.Peripherals.Miscellaneous.SAM4S_EEFC
268 ExecuteFlashCommand((Commands)command.Value, (int)argument.Value); in DefineRegisters()