[−][src]Struct avr_device::atmega8::USART
USART
Implementations
impl USART
[src]
pub const fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Methods from Deref<Target = RegisterBlock>
pub fn ucsrc(&self) -> &UCSRC
[src]
0x17 - USART Control and Status Register C
pub fn ucsrc_mut(&self) -> &mut UCSRC
[src]
0x17 - USART Control and Status Register C
pub fn ubrrh(&self) -> &UBRRH
[src]
0x17 - USART Baud Rate Register Hight Byte
pub fn ubrrh_mut(&self) -> &mut UBRRH
[src]
0x17 - USART Baud Rate Register Hight Byte
Trait Implementations
impl Deref for USART
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl Send for USART
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,