Struct Pbl
#[repr(transparent)]pub struct Pbl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pbl
impl Pbl
pub const PBL1: Self
pub const PBL1: Self
Maximum of 1 beat per DMA transaction
pub const PBL2: Self
pub const PBL2: Self
Maximum of 2 beats per DMA transaction
pub const PBL4: Self
pub const PBL4: Self
Maximum of 4 beats per DMA transaction
pub const PBL8: Self
pub const PBL8: Self
Maximum of 8 beats per DMA transaction
pub const PBL16: Self
pub const PBL16: Self
Maximum of 16 beats per DMA transaction
pub const PBL32: Self
pub const PBL32: Self
Maximum of 32 beats per DMA transaction
Trait Implementations§
§impl Ord for Pbl
impl Ord for Pbl
§impl PartialOrd for Pbl
impl PartialOrd for Pbl
impl Copy for Pbl
impl Eq for Pbl
impl StructuralPartialEq for Pbl
Auto Trait Implementations§
impl Freeze for Pbl
impl RefUnwindSafe for Pbl
impl Send for Pbl
impl Sync for Pbl
impl Unpin for Pbl
impl UnwindSafe for Pbl
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