pub struct Abcdsr1Spec;
Expand description
Peripheral Select Register 1
You can read
this register and get abcdsr1::R
. You can write_with_zero
this register using abcdsr1::W
. You can also modify
this register. See API.
Trait Implementations§
Source§impl RegisterSpec for Abcdsr1Spec
impl RegisterSpec for Abcdsr1Spec
Source§impl Writable for Abcdsr1Spec
write(|w| ..)
method takes abcdsr1::W
writer structure
impl Writable for Abcdsr1Spec
write(|w| ..)
method takes abcdsr1::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for Abcdsr1Spec
read()
method returns abcdsr1::R
reader structure
Auto Trait Implementations§
impl Freeze for Abcdsr1Spec
impl RefUnwindSafe for Abcdsr1Spec
impl Send for Abcdsr1Spec
impl Sync for Abcdsr1Spec
impl Unpin for Abcdsr1Spec
impl UnwindSafe for Abcdsr1Spec
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