#[repr(u32)]pub enum HintableClocks {
MainAes = 0,
MainHmac = 1,
MainKmac = 2,
MainOtbn = 3,
}
Expand description
Clock Manager Software-Hinted Clocks.
The Software has partial control over these clocks. It can ask them to stop, but the clock manager is in control of whether the clock actually is stopped.
Variants§
MainAes = 0
Clock clk_main_aes in group trans
MainHmac = 1
Clock clk_main_hmac in group trans
MainKmac = 2
Clock clk_main_kmac in group trans
MainOtbn = 3
Clock clk_main_otbn in group trans
Trait Implementations§
Source§impl Clone for HintableClocks
impl Clone for HintableClocks
Source§fn clone(&self) -> HintableClocks
fn clone(&self) -> HintableClocks
Returns a copy 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 PartialEq for HintableClocks
impl PartialEq for HintableClocks
impl Copy for HintableClocks
impl Eq for HintableClocks
impl StructuralPartialEq for HintableClocks
Auto Trait Implementations§
impl Freeze for HintableClocks
impl RefUnwindSafe for HintableClocks
impl Send for HintableClocks
impl Sync for HintableClocks
impl Unpin for HintableClocks
impl UnwindSafe for HintableClocks
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