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