nrf52811_pac/power/
ram.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RAM {
4 #[doc = "0x00 - Description cluster: RAMn power control register. The RAM size will vary depending on product variant, and the RAMn register will only be present if the corresponding RAM AHB slave is present on the device."]
5 pub power: POWER,
6 #[doc = "0x04 - Description cluster: RAMn power control set register"]
7 pub powerset: POWERSET,
8 #[doc = "0x08 - Description cluster: RAMn power control clear register"]
9 pub powerclr: POWERCLR,
10}
11#[doc = "POWER (rw) register accessor: an alias for `Reg<POWER_SPEC>`"]
12pub type POWER = crate::Reg<power::POWER_SPEC>;
13#[doc = "Description cluster: RAMn power control register. The RAM size will vary depending on product variant, and the RAMn register will only be present if the corresponding RAM AHB slave is present on the device."]
14pub mod power;
15#[doc = "POWERSET (w) register accessor: an alias for `Reg<POWERSET_SPEC>`"]
16pub type POWERSET = crate::Reg<powerset::POWERSET_SPEC>;
17#[doc = "Description cluster: RAMn power control set register"]
18pub mod powerset;
19#[doc = "POWERCLR (w) register accessor: an alias for `Reg<POWERCLR_SPEC>`"]
20pub type POWERCLR = crate::Reg<powerclr::POWERCLR_SPEC>;
21#[doc = "Description cluster: RAMn power control clear register"]
22pub mod powerclr;