Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32xG2_TIMER_1.Generated.cs574 …numField<DoubleWordRegister, STATUS_TIMERLOCKSTATUS>(4, 1, out status_timerlockstatus_bit, FieldMo…
577 return status_timerlockstatus_bit.Value;
2262 if (status_timerlockstatus_bit.Value == STATUS_TIMERLOCKSTATUS.LOCKED) in Cfg_Write_WithHook()
2289 if (status_timerlockstatus_bit.Value == STATUS_TIMERLOCKSTATUS.LOCKED) in Ctrl_Write_WithHook()
2309 if (status_timerlockstatus_bit.Value == STATUS_TIMERLOCKSTATUS.LOCKED) in Cmd_Write_WithHook()
2332 protected IEnumRegisterField<STATUS_TIMERLOCKSTATUS> status_timerlockstatus_bit; field in Antmicro.Renode.Peripherals.Timers.EFR32xG2_TIMER_1