pub struct Gdet0 { /* private fields */ }Expand description
no description available
Implementations§
Source§impl Gdet0
impl Gdet0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn gdet_conf_0(self) -> Reg<GdetConf0, RW>
pub const fn gdet_conf_0(self) -> Reg<GdetConf0, RW>
GDET configuration 0 register
Sourcepub const fn gdet_conf_1(self) -> Reg<GdetConf1, RW>
pub const fn gdet_conf_1(self) -> Reg<GdetConf1, RW>
GDET configuration 1 register
Sourcepub const fn gdet_enable1(self) -> Reg<GdetEnable1, RW>
pub const fn gdet_enable1(self) -> Reg<GdetEnable1, RW>
GDET enable register
Sourcepub const fn gdet_conf_2(self) -> Reg<GdetConf2, RW>
pub const fn gdet_conf_2(self) -> Reg<GdetConf2, RW>
GDET configuration 2 register
Sourcepub const fn gdet_conf_3(self) -> Reg<GdetConf3, RW>
pub const fn gdet_conf_3(self) -> Reg<GdetConf3, RW>
GDET configuration 3 register
Sourcepub const fn gdet_conf_4(self) -> Reg<GdetConf4, RW>
pub const fn gdet_conf_4(self) -> Reg<GdetConf4, RW>
GDET configuration 4 register
Sourcepub const fn gdet_conf_5(self) -> Reg<GdetConf5, RW>
pub const fn gdet_conf_5(self) -> Reg<GdetConf5, RW>
GDET configuration 5 register
Sourcepub const fn gdet_reset(self) -> Reg<GdetReset, RW>
pub const fn gdet_reset(self) -> Reg<GdetReset, RW>
GDET reset register
Sourcepub const fn gdet_dly_ctrl(self) -> Reg<GdetDlyCtrl, RW>
pub const fn gdet_dly_ctrl(self) -> Reg<GdetDlyCtrl, RW>
GDET delay control register
Trait Implementations§
impl Copy for Gdet0
impl Eq for Gdet0
impl Send for Gdet0
impl StructuralPartialEq for Gdet0
impl Sync for Gdet0
Auto Trait Implementations§
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