Searched refs:RAC_UpdateRadioStateMachine (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 158 RAC_UpdateRadioStateMachine(RAC_RadioStateMachineSignal.Reset); in Reset() 1492 .WithWriteCallback((_, __) => RAC_UpdateRadioStateMachine()) in BuildRadioControllerRegistersCollection() 1520 …t RAC_forceDisable, writeCallback: (_, value) => { if (value) {RAC_UpdateRadioStateMachine();} }, … in BuildRadioControllerRegistersCollection() 1553 .WithChangeCallback((_, __) => RAC_UpdateRadioStateMachine()) in BuildRadioControllerRegistersCollection() 1557 …g(1, FieldMode.Set, writeCallback: (_, value) => { if (value) {RAC_UpdateRadioStateMachine(RAC_Rad… in BuildRadioControllerRegistersCollection() 1561 … {RAC_TxEnable = false; RAC_txAfterFramePending.Value = false; RAC_UpdateRadioStateMachine(RAC_Rad… in BuildRadioControllerRegistersCollection() 1562 …ue) => { if (value && !RAC_seqStateRxOverflowInterrupt.Value) {RAC_UpdateRadioStateMachine(RAC_Rad… in BuildRadioControllerRegistersCollection() 1563 …g(7, FieldMode.Set, writeCallback: (_, value) => { if (value) {RAC_UpdateRadioStateMachine(RAC_Rad… in BuildRadioControllerRegistersCollection() 1564 …g(8, FieldMode.Set, writeCallback: (_, value) => { if (value) {RAC_UpdateRadioStateMachine(RAC_Rad… in BuildRadioControllerRegistersCollection() 1582 .WithChangeCallback((_, __) => RAC_UpdateRadioStateMachine()) in BuildRadioControllerRegistersCollection() [all …]
|