Struct d1_pac::spi_dbi::dbi_debug_0::DBI_DEBUG_0_SPEC   
source · pub struct DBI_DEBUG_0_SPEC;Expand description
DBI BEBUG 0 Register
This register you can read. See API.
For information about available fields see dbi_debug_0 module
Trait Implementations§
source§impl Readable for DBI_DEBUG_0_SPEC
 
impl Readable for DBI_DEBUG_0_SPEC
read() method returns dbi_debug_0::R reader structure
source§impl RegisterSpec for DBI_DEBUG_0_SPEC
 
impl RegisterSpec for DBI_DEBUG_0_SPEC
source§impl Resettable for DBI_DEBUG_0_SPEC
 
impl Resettable for DBI_DEBUG_0_SPEC
reset() method sets dbi_debug_0 to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi_dbi::dbi_debug_0::DBI_DEBUG_0_SPEC as generic::RegisterSpec>::Ux}
 
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <spi_dbi::dbi_debug_0::DBI_DEBUG_0_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DBI_DEBUG_0_SPEC
impl RefUnwindSafe for DBI_DEBUG_0_SPEC
impl Send for DBI_DEBUG_0_SPEC
impl Sync for DBI_DEBUG_0_SPEC
impl Unpin for DBI_DEBUG_0_SPEC
impl UnwindSafe for DBI_DEBUG_0_SPEC
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