pub struct Iic0 { /* private fields */ }Implementations§
Source§impl Iic0
impl Iic0
Sourcepub const fn sarl(
&self,
) -> &'static ClusterRegisterArray<Reg<Sarl_SPEC, RW>, 3, 0x2>
pub const fn sarl( &self, ) -> &'static ClusterRegisterArray<Reg<Sarl_SPEC, RW>, 3, 0x2>
Slave Address Register L %s
pub const fn sarl0(&self) -> &'static Reg<Sarl_SPEC, RW>
pub const fn sarl1(&self) -> &'static Reg<Sarl_SPEC, RW>
pub const fn sarl2(&self) -> &'static Reg<Sarl_SPEC, RW>
Sourcepub const fn saru(
&self,
) -> &'static ClusterRegisterArray<Reg<Saru_SPEC, RW>, 3, 0x2>
pub const fn saru( &self, ) -> &'static ClusterRegisterArray<Reg<Saru_SPEC, RW>, 3, 0x2>
Slave Address Register U %s
pub const fn saru0(&self) -> &'static Reg<Saru_SPEC, RW>
pub const fn saru1(&self) -> &'static Reg<Saru_SPEC, RW>
pub const fn saru2(&self) -> &'static Reg<Saru_SPEC, RW>
Trait Implementations§
impl Copy for Iic0
impl Eq for Iic0
impl Send for Iic0
Inter-Integrated Circuit 0
impl StructuralPartialEq for Iic0
impl Sync for Iic0
Auto Trait Implementations§
impl Freeze for Iic0
impl RefUnwindSafe for Iic0
impl Unpin for Iic0
impl UnsafeUnpin for Iic0
impl UnwindSafe for Iic0
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