#[repr(transparent)]pub struct Cntr(pub u32);Expand description
GPC Interface control register
Tuple Fields§
§0: u32Implementations§
Source§impl Cntr
impl Cntr
Sourcepub const fn mega_pdn_req(&self) -> MegaPdnReq
pub const fn mega_pdn_req(&self) -> MegaPdnReq
MEGA domain (FlexRAM PDRAM1) power down request
Sourcepub const fn set_mega_pdn_req(&mut self, val: MegaPdnReq)
pub const fn set_mega_pdn_req(&mut self, val: MegaPdnReq)
MEGA domain (FlexRAM PDRAM1) power down request
Sourcepub const fn mega_pup_req(&self) -> MegaPupReq
pub const fn mega_pup_req(&self) -> MegaPupReq
MEGA domain (FlexRAM PDRAM1) power up request
Sourcepub const fn set_mega_pup_req(&mut self, val: MegaPupReq)
pub const fn set_mega_pup_req(&mut self, val: MegaPupReq)
MEGA domain (FlexRAM PDRAM1) power up request
Sourcepub const fn pdram0_pge(&self) -> Pdram0Pge
pub const fn pdram0_pge(&self) -> Pdram0Pge
FlexRAM PDRAM0 Power Gate Enable
Sourcepub const fn set_pdram0_pge(&mut self, val: Pdram0Pge)
pub const fn set_pdram0_pge(&mut self, val: Pdram0Pge)
FlexRAM PDRAM0 Power Gate Enable
Trait Implementations§
impl Copy for Cntr
impl Eq for Cntr
impl StructuralPartialEq for Cntr
Auto Trait Implementations§
impl Freeze for Cntr
impl RefUnwindSafe for Cntr
impl Send for Cntr
impl Sync for Cntr
impl Unpin for Cntr
impl UnwindSafe for Cntr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more