pub struct UART_CONF0_SPEC;
Expand description
UART CONFIG0(UART0 and UART1)
This register you can [read
]
(crate::generic::Reg::read), [write_with_zero
]
(crate::generic::Reg::write_with_zero), [reset
]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify
]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [uart_conf0] (index.html) module
Trait Implementations§
Source§impl Readable for UART_CONF0_SPEC
read()
method returns [uart_conf0::R]
(R) reader structure
impl Readable for UART_CONF0_SPEC
read()
method returns [uart_conf0::R]
(R) reader structure
Source§impl RegisterSpec for UART_CONF0_SPEC
impl RegisterSpec for UART_CONF0_SPEC
Source§impl Resettable for UART_CONF0_SPEC
reset()
method sets UART_CONF0 to value 0
impl Resettable for UART_CONF0_SPEC
reset()
method sets UART_CONF0 to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for UART_CONF0_SPEC
impl RefUnwindSafe for UART_CONF0_SPEC
impl Send for UART_CONF0_SPEC
impl Sync for UART_CONF0_SPEC
impl Unpin for UART_CONF0_SPEC
impl UnwindSafe for UART_CONF0_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