Searched refs:IPeripheralWithTransactionState (Results 1 – 5 of 5) sorted by relevance
11 public interface IPeripheralWithTransactionState : IPeripheral interface
73 … bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj); in TryGetCurrentContextState()
220 …public virtual bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out … in TryGetCurrentContextState()
390 … public bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState cpu, out T cpuState) in TryGetCurrentContextState()398 cpu = threadLocalContext.Initiator as IPeripheralWithTransactionState; in TryGetCurrentContextState()414 if(!(context is IPeripheralWithTransactionState peripheralWithTransactionState) in TryConvertStateToUlongForContext()
25 public partial class CortexM : Arm, IPeripheralWithTransactionState