Struct stm32_metapac::eth::regs::DmaccatxBr
#[repr(transparent)]pub struct DmaccatxBr(pub u32);
Expand description
Channel current application transmit buffer register
Tuple Fields§
§0: u32
Implementations§
§impl DmaccatxBr
impl DmaccatxBr
pub const fn curtbufaptr(&self) -> u32
pub const fn curtbufaptr(&self) -> u32
Application Transmit Buffer Address Pointer
pub fn set_curtbufaptr(&mut self, val: u32)
pub fn set_curtbufaptr(&mut self, val: u32)
Application Transmit Buffer Address Pointer
Trait Implementations§
§impl Clone for DmaccatxBr
impl Clone for DmaccatxBr
§fn clone(&self) -> DmaccatxBr
fn clone(&self) -> DmaccatxBr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DmaccatxBr
impl Default for DmaccatxBr
§fn default() -> DmaccatxBr
fn default() -> DmaccatxBr
Returns the “default value” for a type. Read more
§impl PartialEq for DmaccatxBr
impl PartialEq for DmaccatxBr
impl Copy for DmaccatxBr
impl Eq for DmaccatxBr
impl StructuralPartialEq for DmaccatxBr
Auto Trait Implementations§
impl Freeze for DmaccatxBr
impl RefUnwindSafe for DmaccatxBr
impl Send for DmaccatxBr
impl Sync for DmaccatxBr
impl Unpin for DmaccatxBr
impl UnwindSafe for DmaccatxBr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)