#[repr(transparent)]pub struct Hwtxbuf(pub u32);Expand description
TX Buffer Hardware Parameters
Tuple Fields§
§0: u32Implementations§
Source§impl Hwtxbuf
impl Hwtxbuf
Sourcepub const fn set_txburst(&mut self, val: u8)
pub const fn set_txburst(&mut self, val: u8)
Default burst size for memory to TX buffer transfer
Sourcepub const fn set_txchanadd(&mut self, val: u8)
pub const fn set_txchanadd(&mut self, val: u8)
TX FIFO Buffer size is: (2^TXCHANADD) * 4 Bytes
Trait Implementations§
impl Copy for Hwtxbuf
impl Eq for Hwtxbuf
impl StructuralPartialEq for Hwtxbuf
Auto Trait Implementations§
impl Freeze for Hwtxbuf
impl RefUnwindSafe for Hwtxbuf
impl Send for Hwtxbuf
impl Sync for Hwtxbuf
impl Unpin for Hwtxbuf
impl UnwindSafe for Hwtxbuf
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