pub struct BUS_STATE_SPEC;
Expand description
Bus state register
You can read
this register and get bus_state::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for BUS_STATE_SPEC
impl RegisterSpec for BUS_STATE_SPEC
Source§impl Resettable for BUS_STATE_SPEC
reset()
method sets bus_state to value 0
impl Resettable for BUS_STATE_SPEC
reset()
method sets bus_state to value 0
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::bus_state::BUS_STATE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uart::bus_state::BUS_STATE_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.
impl Readable for BUS_STATE_SPEC
read()
method returns bus_state::R
reader structure
Auto Trait Implementations§
impl Freeze for BUS_STATE_SPEC
impl RefUnwindSafe for BUS_STATE_SPEC
impl Send for BUS_STATE_SPEC
impl Sync for BUS_STATE_SPEC
impl Unpin for BUS_STATE_SPEC
impl UnwindSafe for BUS_STATE_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