#[repr(transparent)]pub struct Config2(pub u32);
Expand description
Block protect configuration register 2
Tuple Fields§
§0: u32
Implementations§
Source§impl Config2
impl Config2
Sourcepub fn set_region64(&mut self, val: bool)
pub fn set_region64(&mut self, val: bool)
Enable protection for region 64. Write ‘0’ has no effect.
Sourcepub fn set_region65(&mut self, val: bool)
pub fn set_region65(&mut self, val: bool)
Enable protection for region 65. Write ‘0’ has no effect.
Sourcepub fn set_region66(&mut self, val: bool)
pub fn set_region66(&mut self, val: bool)
Enable protection for region 66. Write ‘0’ has no effect.
Sourcepub fn set_region67(&mut self, val: bool)
pub fn set_region67(&mut self, val: bool)
Enable protection for region 67. Write ‘0’ has no effect.
Sourcepub fn set_region68(&mut self, val: bool)
pub fn set_region68(&mut self, val: bool)
Enable protection for region 68. Write ‘0’ has no effect.
Sourcepub fn set_region69(&mut self, val: bool)
pub fn set_region69(&mut self, val: bool)
Enable protection for region 69. Write ‘0’ has no effect.
Sourcepub fn set_region70(&mut self, val: bool)
pub fn set_region70(&mut self, val: bool)
Enable protection for region 70. Write ‘0’ has no effect.
Sourcepub fn set_region71(&mut self, val: bool)
pub fn set_region71(&mut self, val: bool)
Enable protection for region 71. Write ‘0’ has no effect.
Sourcepub fn set_region72(&mut self, val: bool)
pub fn set_region72(&mut self, val: bool)
Enable protection for region 72. Write ‘0’ has no effect.
Sourcepub fn set_region73(&mut self, val: bool)
pub fn set_region73(&mut self, val: bool)
Enable protection for region 73. Write ‘0’ has no effect.
Sourcepub fn set_region74(&mut self, val: bool)
pub fn set_region74(&mut self, val: bool)
Enable protection for region 74. Write ‘0’ has no effect.
Sourcepub fn set_region75(&mut self, val: bool)
pub fn set_region75(&mut self, val: bool)
Enable protection for region 75. Write ‘0’ has no effect.
Sourcepub fn set_region76(&mut self, val: bool)
pub fn set_region76(&mut self, val: bool)
Enable protection for region 76. Write ‘0’ has no effect.
Sourcepub fn set_region77(&mut self, val: bool)
pub fn set_region77(&mut self, val: bool)
Enable protection for region 77. Write ‘0’ has no effect.
Sourcepub fn set_region78(&mut self, val: bool)
pub fn set_region78(&mut self, val: bool)
Enable protection for region 78. Write ‘0’ has no effect.
Sourcepub fn set_region79(&mut self, val: bool)
pub fn set_region79(&mut self, val: bool)
Enable protection for region 79. Write ‘0’ has no effect.
Sourcepub fn set_region80(&mut self, val: bool)
pub fn set_region80(&mut self, val: bool)
Enable protection for region 80. Write ‘0’ has no effect.
Sourcepub fn set_region81(&mut self, val: bool)
pub fn set_region81(&mut self, val: bool)
Enable protection for region 81. Write ‘0’ has no effect.
Sourcepub fn set_region82(&mut self, val: bool)
pub fn set_region82(&mut self, val: bool)
Enable protection for region 82. Write ‘0’ has no effect.
Sourcepub fn set_region83(&mut self, val: bool)
pub fn set_region83(&mut self, val: bool)
Enable protection for region 83. Write ‘0’ has no effect.
Sourcepub fn set_region84(&mut self, val: bool)
pub fn set_region84(&mut self, val: bool)
Enable protection for region 84. Write ‘0’ has no effect.
Sourcepub fn set_region85(&mut self, val: bool)
pub fn set_region85(&mut self, val: bool)
Enable protection for region 85. Write ‘0’ has no effect.
Sourcepub fn set_region86(&mut self, val: bool)
pub fn set_region86(&mut self, val: bool)
Enable protection for region 86. Write ‘0’ has no effect.
Sourcepub fn set_region87(&mut self, val: bool)
pub fn set_region87(&mut self, val: bool)
Enable protection for region 87. Write ‘0’ has no effect.
Sourcepub fn set_region88(&mut self, val: bool)
pub fn set_region88(&mut self, val: bool)
Enable protection for region 88. Write ‘0’ has no effect.
Sourcepub fn set_region89(&mut self, val: bool)
pub fn set_region89(&mut self, val: bool)
Enable protection for region 89. Write ‘0’ has no effect.
Sourcepub fn set_region90(&mut self, val: bool)
pub fn set_region90(&mut self, val: bool)
Enable protection for region 90. Write ‘0’ has no effect.
Sourcepub fn set_region91(&mut self, val: bool)
pub fn set_region91(&mut self, val: bool)
Enable protection for region 91. Write ‘0’ has no effect.
Sourcepub fn set_region92(&mut self, val: bool)
pub fn set_region92(&mut self, val: bool)
Enable protection for region 92. Write ‘0’ has no effect.
Sourcepub fn set_region93(&mut self, val: bool)
pub fn set_region93(&mut self, val: bool)
Enable protection for region 93. Write ‘0’ has no effect.
Sourcepub fn set_region94(&mut self, val: bool)
pub fn set_region94(&mut self, val: bool)
Enable protection for region 94. Write ‘0’ has no effect.
Sourcepub fn set_region95(&mut self, val: bool)
pub fn set_region95(&mut self, val: bool)
Enable protection for region 95. Write ‘0’ has no effect.
Trait Implementations§
impl Copy for Config2
impl Eq for Config2
impl StructuralPartialEq for Config2
Auto Trait Implementations§
impl Freeze for Config2
impl RefUnwindSafe for Config2
impl Send for Config2
impl Sync for Config2
impl Unpin for Config2
impl UnwindSafe for Config2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)