pub enum AABW {
UNALIGNED,
ALIGNED,
}
Expand description
Values that can be written to the field AAB
Variants§
UNALIGNED
Bursts are not aligned
ALIGNED
Align bursts to start address LS bits. First burst alignment depends on FB bit
Auto Trait Implementations§
impl Freeze for AABW
impl RefUnwindSafe for AABW
impl Send for AABW
impl Sync for AABW
impl Unpin for AABW
impl UnwindSafe for AABW
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