#[repr(transparent)]pub struct Ptor(pub u32);Expand description
Port Toggle Output
Tuple Fields§
§0: u32Implementations§
Source§impl Ptor
impl Ptor
Sourcepub const fn set_ptto10(&mut self, val: Ptto10)
pub const fn set_ptto10(&mut self, val: Ptto10)
Port Toggle Output
Sourcepub const fn set_ptto11(&mut self, val: Ptto11)
pub const fn set_ptto11(&mut self, val: Ptto11)
Port Toggle Output
Sourcepub const fn set_ptto12(&mut self, val: Ptto12)
pub const fn set_ptto12(&mut self, val: Ptto12)
Port Toggle Output
Sourcepub const fn set_ptto13(&mut self, val: Ptto13)
pub const fn set_ptto13(&mut self, val: Ptto13)
Port Toggle Output
Sourcepub const fn set_ptto14(&mut self, val: Ptto14)
pub const fn set_ptto14(&mut self, val: Ptto14)
Port Toggle Output
Sourcepub const fn set_ptto15(&mut self, val: Ptto15)
pub const fn set_ptto15(&mut self, val: Ptto15)
Port Toggle Output
Sourcepub const fn set_ptto16(&mut self, val: Ptto16)
pub const fn set_ptto16(&mut self, val: Ptto16)
Port Toggle Output
Sourcepub const fn set_ptto17(&mut self, val: Ptto17)
pub const fn set_ptto17(&mut self, val: Ptto17)
Port Toggle Output
Sourcepub const fn set_ptto18(&mut self, val: Ptto18)
pub const fn set_ptto18(&mut self, val: Ptto18)
Port Toggle Output
Sourcepub const fn set_ptto19(&mut self, val: Ptto19)
pub const fn set_ptto19(&mut self, val: Ptto19)
Port Toggle Output
Sourcepub const fn set_ptto20(&mut self, val: Ptto20)
pub const fn set_ptto20(&mut self, val: Ptto20)
Port Toggle Output
Sourcepub const fn set_ptto21(&mut self, val: Ptto21)
pub const fn set_ptto21(&mut self, val: Ptto21)
Port Toggle Output
Sourcepub const fn set_ptto22(&mut self, val: Ptto22)
pub const fn set_ptto22(&mut self, val: Ptto22)
Port Toggle Output
Sourcepub const fn set_ptto23(&mut self, val: Ptto23)
pub const fn set_ptto23(&mut self, val: Ptto23)
Port Toggle Output
Sourcepub const fn set_ptto24(&mut self, val: Ptto24)
pub const fn set_ptto24(&mut self, val: Ptto24)
Port Toggle Output
Sourcepub const fn set_ptto25(&mut self, val: Ptto25)
pub const fn set_ptto25(&mut self, val: Ptto25)
Port Toggle Output
Sourcepub const fn set_ptto26(&mut self, val: Ptto26)
pub const fn set_ptto26(&mut self, val: Ptto26)
Port Toggle Output
Sourcepub const fn set_ptto27(&mut self, val: Ptto27)
pub const fn set_ptto27(&mut self, val: Ptto27)
Port Toggle Output
Sourcepub const fn set_ptto28(&mut self, val: Ptto28)
pub const fn set_ptto28(&mut self, val: Ptto28)
Port Toggle Output
Sourcepub const fn set_ptto29(&mut self, val: Ptto29)
pub const fn set_ptto29(&mut self, val: Ptto29)
Port Toggle Output
Sourcepub const fn set_ptto30(&mut self, val: Ptto30)
pub const fn set_ptto30(&mut self, val: Ptto30)
Port Toggle Output
Sourcepub const fn set_ptto31(&mut self, val: Ptto31)
pub const fn set_ptto31(&mut self, val: Ptto31)
Port Toggle Output
Trait Implementations§
impl Copy for Ptor
impl Eq for Ptor
impl StructuralPartialEq for Ptor
Auto Trait Implementations§
impl Freeze for Ptor
impl RefUnwindSafe for Ptor
impl Send for Ptor
impl Sync for Ptor
impl Unpin for Ptor
impl UnwindSafe for Ptor
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