nrf5340_app_pac/regulators_ns/
vregh.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct VREGH {
4    #[doc = "0x00 - DC/DC enable register for VREGH"]
5    pub dcdcen: DCDCEN,
6}
7#[doc = "DCDCEN (rw) register accessor: an alias for `Reg<DCDCEN_SPEC>`"]
8pub type DCDCEN = crate::Reg<dcdcen::DCDCEN_SPEC>;
9#[doc = "DC/DC enable register for VREGH"]
10pub mod dcdcen;