Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32xG2_TIMER_1.Generated.cs1126 .WithEnumField<DoubleWordRegister, CC_CFG_PRSCONF>(19, 1, out cc_cfg_prsconf_bit[0],
1129 return cc_cfg_prsconf_bit[0].Value;
1347 .WithEnumField<DoubleWordRegister, CC_CFG_PRSCONF>(19, 1, out cc_cfg_prsconf_bit[1],
1350 return cc_cfg_prsconf_bit[1].Value;
1568 .WithEnumField<DoubleWordRegister, CC_CFG_PRSCONF>(19, 1, out cc_cfg_prsconf_bit[2],
1571 return cc_cfg_prsconf_bit[2].Value;
2605 …protected IEnumRegisterField<CC_CFG_PRSCONF>[] cc_cfg_prsconf_bit = new IEnumRegisterField<CC_CFG_… field in Antmicro.Renode.Peripherals.Timers.EFR32xG2_TIMER_1