Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1451 … .WithEnumField<DoubleWordRegister, CRC_CrcWidthMode>(2, 2, out CRC_crcWidthMode, name: "CRCWIDTH") in BuildCyclicRedundancyCheckRegistersCollection()
5816 private uint CRC_CrcWidth => (uint)CRC_crcWidthMode.Value + 1;
5817 private IEnumRegisterField<CRC_CrcWidthMode> CRC_crcWidthMode; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio