Struct Tbr
#[repr(transparent)]pub struct Tbr(pub u32);Expand description
MDMA channel x Trigger and Bus selection Register.
Tuple Fields§
§0: u32Implementations§
§impl Tbr
impl Tbr
pub const fn sbus(&self) -> Bus
pub const fn sbus(&self) -> Bus
Source BUS select This bit is protected and can be written only if EN is 0.
pub fn set_sbus(&mut self, val: Bus)
pub fn set_sbus(&mut self, val: Bus)
Source BUS select This bit is protected and can be written only if EN is 0.
Trait Implementations§
impl Copy for Tbr
impl Eq for Tbr
impl StructuralPartialEq for Tbr
Auto Trait Implementations§
impl Freeze for Tbr
impl RefUnwindSafe for Tbr
impl Send for Tbr
impl Sync for Tbr
impl Unpin for Tbr
impl UnwindSafe for Tbr
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