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