Struct nrf5340_net_pac::vreqctrl_ns::VREGRADIO[][src]

#[repr(C)]
pub struct VREGRADIO { pub vreqh: Reg<VREQH_SPEC>, pub vreqhready: Reg<VREQHREADY_SPEC>, // some fields omitted }
Expand description

Register block

Fields

vreqh: Reg<VREQH_SPEC>

0x00 - Request high voltage on RADIO After requesting high voltage, the user must wait until VREQHREADY is set to Ready

vreqhready: Reg<VREQHREADY_SPEC>

0x08 - High voltage on RADIO is ready

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.