pub struct TXFIFO_START_ADDR_SPEC;Expand description
I2C TXFIFO base address register
You can read this register and get txfifo_start_addr::R. See API.
Trait Implementations§
Source§impl Resettable for TXFIFO_START_ADDR_SPEC
reset() method sets TXFIFO_START_ADDR to value 0
impl Resettable for TXFIFO_START_ADDR_SPEC
reset() method sets TXFIFO_START_ADDR to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for TXFIFO_START_ADDR_SPEC
read() method returns txfifo_start_addr::R reader structure
Auto Trait Implementations§
impl Freeze for TXFIFO_START_ADDR_SPEC
impl RefUnwindSafe for TXFIFO_START_ADDR_SPEC
impl Send for TXFIFO_START_ADDR_SPEC
impl Sync for TXFIFO_START_ADDR_SPEC
impl Unpin for TXFIFO_START_ADDR_SPEC
impl UnwindSafe for TXFIFO_START_ADDR_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