Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs561 switch((CSPInstructions)value) in HandleSFRInstruction()
563 case CSPInstructions.TxOn: in HandleSFRInstruction()
568 case CSPInstructions.RxOn: in HandleSFRInstruction()
571 case CSPInstructions.RfOff: in HandleSFRInstruction()
574 case CSPInstructions.RxFifoFlush: in HandleSFRInstruction()
585 case CSPInstructions.TxFifoFlush: in HandleSFRInstruction()
828 private enum CSPInstructions enum in Antmicro.Renode.Peripherals.Wireless.CC2538RF