pub struct RegisterBlock {
pub srs0: SRS0,
pub srs1: SRS1,
pub rpfc: RPFC,
pub rpfw: RPFW,
pub mr: MR,
/* private fields */
}Expand description
Register block
Fields§
§srs0: SRS00x00 - System Reset Status Register 0
srs1: SRS10x01 - System Reset Status Register 1
rpfc: RPFC0x04 - Reset Pin Filter Control register
rpfw: RPFW0x05 - Reset Pin Filter Width register
mr: MR0x07 - Mode Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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