Enum stm32_metapac::i3c::vals::Dis
#[repr(u8)]pub enum Dis {
ALLOWED = 0,
LOCKED = 1,
}
Variants§
ALLOWED = 0
write to DA[7:0] and to IBIDEN in the I3C_DEVRx register is allowed
LOCKED = 1
write to DA[7:0] and to IBIDEN is disabled/locked
Implementations§
Trait Implementations§
§impl Ord for Dis
impl Ord for Dis
§impl PartialOrd for Dis
impl PartialOrd for Dis
impl Copy for Dis
impl Eq for Dis
impl StructuralPartialEq for Dis
Auto Trait Implementations§
impl Freeze for Dis
impl RefUnwindSafe for Dis
impl Send for Dis
impl Sync for Dis
impl Unpin for Dis
impl UnwindSafe for Dis
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
)