Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs141 hostMailboxRegistersCollection = BuildHostMailboxRegistersCollection(); in EFR32xG24_Radio()
173 hostMailboxRegistersCollection.Reset(); in Reset()
727 …return Read<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX)", of… in ReadDoubleWordFromHostMailbox()
733 …return ReadByte<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX)"… in ReadByteFromHostMailbox()
739 …Write<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX)", offset, … in WriteDoubleWordToHostMailbox()
752 …return Read<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX_NS)",… in ReadDoubleWordFromHostMailboxNonSecure()
759 …return ReadByte<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX_N… in ReadByteFromHostMailboxNonSecure()
765 …Write<HostMailboxRegisters>(hostMailboxRegistersCollection, "Host Mailbox (HOSTMAILBOX_NS)", offse… in WriteDoubleWordToHostMailboxNonSecure()
844 private readonly DoubleWordRegisterCollection hostMailboxRegistersCollection; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio
2891hostMailboxRegistersCollection.TryRead((long)HostMailboxRegisters.InterruptFlags, out IF); in UpdateInterrupts()
[all …]