pub struct Uart(pub *mut u8);
Tuple Fields§
§0: *mut u8
Implementations§
Source§impl Uart
impl Uart
Sourcepub fn uartrsr(self) -> Reg<Uartrsr, RW>
pub fn uartrsr(self) -> Reg<Uartrsr, RW>
Receive Status Register/Error Clear Register, UARTRSR/UARTECR
Sourcepub fn uartperiphid0(self) -> Reg<Uartperiphid0, RW>
pub fn uartperiphid0(self) -> Reg<Uartperiphid0, RW>
UARTPeriphID0 Register
Sourcepub fn uartperiphid1(self) -> Reg<Uartperiphid1, RW>
pub fn uartperiphid1(self) -> Reg<Uartperiphid1, RW>
UARTPeriphID1 Register
Sourcepub fn uartperiphid2(self) -> Reg<Uartperiphid2, RW>
pub fn uartperiphid2(self) -> Reg<Uartperiphid2, RW>
UARTPeriphID2 Register
Sourcepub fn uartperiphid3(self) -> Reg<Uartperiphid3, RW>
pub fn uartperiphid3(self) -> Reg<Uartperiphid3, RW>
UARTPeriphID3 Register
Sourcepub fn uartpcellid0(self) -> Reg<Uartpcellid0, RW>
pub fn uartpcellid0(self) -> Reg<Uartpcellid0, RW>
UARTPCellID0 Register
Sourcepub fn uartpcellid1(self) -> Reg<Uartpcellid1, RW>
pub fn uartpcellid1(self) -> Reg<Uartpcellid1, RW>
UARTPCellID1 Register
Sourcepub fn uartpcellid2(self) -> Reg<Uartpcellid2, RW>
pub fn uartpcellid2(self) -> Reg<Uartpcellid2, RW>
UARTPCellID2 Register
Sourcepub fn uartpcellid3(self) -> Reg<Uartpcellid3, RW>
pub fn uartpcellid3(self) -> Reg<Uartpcellid3, RW>
UARTPCellID3 Register
Trait Implementations§
impl Copy for Uart
impl Eq for Uart
impl Send for Uart
impl StructuralPartialEq for Uart
impl Sync for Uart
Auto Trait Implementations§
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