Enum stm32_metapac::syscfg::vals::EpochSel
#[repr(u8)]pub enum EpochSel {
B_0X0 = 0,
B_0X1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
B_0X0 = 0
SEC_EPOCH counter input selected
B_0X1 = 1
NS_EPOCH (non-secure) input selected
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for EpochSel
impl Ord for EpochSel
§impl PartialOrd for EpochSel
impl PartialOrd for EpochSel
impl Copy for EpochSel
impl Eq for EpochSel
impl StructuralPartialEq for EpochSel
Auto Trait Implementations§
impl Freeze for EpochSel
impl RefUnwindSafe for EpochSel
impl Send for EpochSel
impl Sync for EpochSel
impl Unpin for EpochSel
impl UnwindSafe for EpochSel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)