#[repr(transparent)]pub struct Autoclkgateoverride(pub u32);Expand description
Control Automatic Clock Gating
Tuple Fields§
§0: u32Implementations§
Source§impl Autoclkgateoverride
impl Autoclkgateoverride
Sourcepub const fn set_ramb_ctrl(&mut self, val: bool)
pub const fn set_ramb_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMB Controller
Sourcepub const fn set_ramc_ctrl(&mut self, val: bool)
pub const fn set_ramc_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMC Controller
Sourcepub const fn set_ramd_ctrl(&mut self, val: bool)
pub const fn set_ramd_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMD Controller
Sourcepub const fn set_rame_ctrl(&mut self, val: bool)
pub const fn set_rame_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMD Controller.
Sourcepub const fn set_ramf_ctrl(&mut self, val: bool)
pub const fn set_ramf_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMF Controller
Sourcepub const fn set_ramg_ctrl(&mut self, val: bool)
pub const fn set_ramg_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMG Controller
Sourcepub const fn set_ramh_ctrl(&mut self, val: bool)
pub const fn set_ramh_ctrl(&mut self, val: bool)
Controls automatic clock gating for the RAMG Controller
Trait Implementations§
Source§impl Clone for Autoclkgateoverride
impl Clone for Autoclkgateoverride
Source§fn clone(&self) -> Autoclkgateoverride
fn clone(&self) -> Autoclkgateoverride
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Autoclkgateoverride
impl Debug for Autoclkgateoverride
Source§impl Default for Autoclkgateoverride
impl Default for Autoclkgateoverride
Source§fn default() -> Autoclkgateoverride
fn default() -> Autoclkgateoverride
Returns the “default value” for a type. Read more
Source§impl PartialEq for Autoclkgateoverride
impl PartialEq for Autoclkgateoverride
impl Copy for Autoclkgateoverride
impl Eq for Autoclkgateoverride
impl StructuralPartialEq for Autoclkgateoverride
Auto Trait Implementations§
impl Freeze for Autoclkgateoverride
impl RefUnwindSafe for Autoclkgateoverride
impl Send for Autoclkgateoverride
impl Sync for Autoclkgateoverride
impl Unpin for Autoclkgateoverride
impl UnwindSafe for Autoclkgateoverride
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