nrf5340_net_pac/vreqctrl_ns/
vregradio.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct VREGRADIO {
4    #[doc = "0x00 - Request high voltage on RADIO After requesting high voltage, the user must wait until VREQHREADY is set to Ready"]
5    pub vreqh: VREQH,
6    _reserved1: [u8; 0x04],
7    #[doc = "0x08 - High voltage on RADIO is ready"]
8    pub vreqhready: VREQHREADY,
9}
10#[doc = "VREQH (rw) register accessor: an alias for `Reg<VREQH_SPEC>`"]
11pub type VREQH = crate::Reg<vreqh::VREQH_SPEC>;
12#[doc = "Request high voltage on RADIO After requesting high voltage, the user must wait until VREQHREADY is set to Ready"]
13pub mod vreqh;
14#[doc = "VREQHREADY (r) register accessor: an alias for `Reg<VREQHREADY_SPEC>`"]
15pub type VREQHREADY = crate::Reg<vreqhready::VREQHREADY_SPEC>;
16#[doc = "High voltage on RADIO is ready"]
17pub mod vreqhready;