pub struct PbldataSpec;
Expand description
Page Buffer Load Data x
You can read
this register and get pbldata::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for PbldataSpec
impl RegisterSpec for PbldataSpec
Source§impl Resettable for PbldataSpec
reset()
method sets PBLDATA[%s]
to value 0xffff_ffff
impl Resettable for PbldataSpec
reset()
method sets PBLDATA[%s]
to value 0xffff_ffff
Source§const RESET_VALUE: u32 = 4_294_967_295u32
const RESET_VALUE: u32 = 4_294_967_295u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PbldataSpec
read()
method returns pbldata::R
reader structure
Auto Trait Implementations§
impl Freeze for PbldataSpec
impl RefUnwindSafe for PbldataSpec
impl Send for PbldataSpec
impl Sync for PbldataSpec
impl Unpin for PbldataSpec
impl UnwindSafe for PbldataSpec
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