pub struct Patch { /* private fields */ }Implementations§
Source§impl Patch
impl Patch
pub const fn patch_addr0_reg(&self) -> &'static Reg<PatchAddr0Reg_SPEC, RW>
pub const fn patch_addr10_reg(&self) -> &'static Reg<PatchAddr10Reg_SPEC, RW>
pub const fn patch_addr11_reg(&self) -> &'static Reg<PatchAddr11Reg_SPEC, RW>
pub const fn patch_addr12_reg(&self) -> &'static Reg<PatchAddr12Reg_SPEC, RW>
pub const fn patch_addr13_reg(&self) -> &'static Reg<PatchAddr13Reg_SPEC, RW>
pub const fn patch_addr14_reg(&self) -> &'static Reg<PatchAddr14Reg_SPEC, RW>
pub const fn patch_addr15_reg(&self) -> &'static Reg<PatchAddr15Reg_SPEC, RW>
pub const fn patch_addr16_reg(&self) -> &'static Reg<PatchAddr16Reg_SPEC, RW>
pub const fn patch_addr17_reg(&self) -> &'static Reg<PatchAddr17Reg_SPEC, RW>
pub const fn patch_addr18_reg(&self) -> &'static Reg<PatchAddr18Reg_SPEC, RW>
pub const fn patch_addr19_reg(&self) -> &'static Reg<PatchAddr19Reg_SPEC, RW>
pub const fn patch_addr1_reg(&self) -> &'static Reg<PatchAddr1Reg_SPEC, RW>
pub const fn patch_addr20_reg(&self) -> &'static Reg<PatchAddr20Reg_SPEC, RW>
pub const fn patch_addr21_reg(&self) -> &'static Reg<PatchAddr21Reg_SPEC, RW>
pub const fn patch_addr2_reg(&self) -> &'static Reg<PatchAddr2Reg_SPEC, RW>
pub const fn patch_addr3_reg(&self) -> &'static Reg<PatchAddr3Reg_SPEC, RW>
pub const fn patch_addr4_reg(&self) -> &'static Reg<PatchAddr4Reg_SPEC, RW>
pub const fn patch_addr5_reg(&self) -> &'static Reg<PatchAddr5Reg_SPEC, RW>
pub const fn patch_addr6_reg(&self) -> &'static Reg<PatchAddr6Reg_SPEC, RW>
pub const fn patch_addr7_reg(&self) -> &'static Reg<PatchAddr7Reg_SPEC, RW>
pub const fn patch_addr8_reg(&self) -> &'static Reg<PatchAddr8Reg_SPEC, RW>
pub const fn patch_addr9_reg(&self) -> &'static Reg<PatchAddr9Reg_SPEC, RW>
pub const fn patch_data20_reg(&self) -> &'static Reg<PatchData20Reg_SPEC, RW>
pub const fn patch_data21_reg(&self) -> &'static Reg<PatchData21Reg_SPEC, RW>
pub const fn patch_valid_reg(&self) -> &'static Reg<PatchValidReg_SPEC, RW>
Trait Implementations§
impl Copy for Patch
impl Eq for Patch
impl Send for Patch
PATCH registers
impl StructuralPartialEq for Patch
impl Sync for Patch
Auto Trait Implementations§
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