#[repr(transparent)]pub struct Config0(pub u32);
Expand description
Block protect configuration register 0
Tuple Fields§
§0: u32
Implementations§
Source§impl Config0
impl Config0
Sourcepub fn set_region0(&mut self, val: bool)
pub fn set_region0(&mut self, val: bool)
Enable protection for region 0. Write ‘0’ has no effect.
Sourcepub fn set_region1(&mut self, val: bool)
pub fn set_region1(&mut self, val: bool)
Enable protection for region 1. Write ‘0’ has no effect.
Sourcepub fn set_region2(&mut self, val: bool)
pub fn set_region2(&mut self, val: bool)
Enable protection for region 2. Write ‘0’ has no effect.
Sourcepub fn set_region3(&mut self, val: bool)
pub fn set_region3(&mut self, val: bool)
Enable protection for region 3. Write ‘0’ has no effect.
Sourcepub fn set_region4(&mut self, val: bool)
pub fn set_region4(&mut self, val: bool)
Enable protection for region 4. Write ‘0’ has no effect.
Sourcepub fn set_region5(&mut self, val: bool)
pub fn set_region5(&mut self, val: bool)
Enable protection for region 5. Write ‘0’ has no effect.
Sourcepub fn set_region6(&mut self, val: bool)
pub fn set_region6(&mut self, val: bool)
Enable protection for region 6. Write ‘0’ has no effect.
Sourcepub fn set_region7(&mut self, val: bool)
pub fn set_region7(&mut self, val: bool)
Enable protection for region 7. Write ‘0’ has no effect.
Sourcepub fn set_region8(&mut self, val: bool)
pub fn set_region8(&mut self, val: bool)
Enable protection for region 8. Write ‘0’ has no effect.
Sourcepub fn set_region9(&mut self, val: bool)
pub fn set_region9(&mut self, val: bool)
Enable protection for region 9. Write ‘0’ has no effect.
Sourcepub fn set_region10(&mut self, val: bool)
pub fn set_region10(&mut self, val: bool)
Enable protection for region 10. Write ‘0’ has no effect.
Sourcepub fn set_region11(&mut self, val: bool)
pub fn set_region11(&mut self, val: bool)
Enable protection for region 11. Write ‘0’ has no effect.
Sourcepub fn set_region12(&mut self, val: bool)
pub fn set_region12(&mut self, val: bool)
Enable protection for region 12. Write ‘0’ has no effect.
Sourcepub fn set_region13(&mut self, val: bool)
pub fn set_region13(&mut self, val: bool)
Enable protection for region 13. Write ‘0’ has no effect.
Sourcepub fn set_region14(&mut self, val: bool)
pub fn set_region14(&mut self, val: bool)
Enable protection for region 14. Write ‘0’ has no effect.
Sourcepub fn set_region15(&mut self, val: bool)
pub fn set_region15(&mut self, val: bool)
Enable protection for region 15. Write ‘0’ has no effect.
Sourcepub fn set_region16(&mut self, val: bool)
pub fn set_region16(&mut self, val: bool)
Enable protection for region 16. Write ‘0’ has no effect.
Sourcepub fn set_region17(&mut self, val: bool)
pub fn set_region17(&mut self, val: bool)
Enable protection for region 17. Write ‘0’ has no effect.
Sourcepub fn set_region18(&mut self, val: bool)
pub fn set_region18(&mut self, val: bool)
Enable protection for region 18. Write ‘0’ has no effect.
Sourcepub fn set_region19(&mut self, val: bool)
pub fn set_region19(&mut self, val: bool)
Enable protection for region 19. Write ‘0’ has no effect.
Sourcepub fn set_region20(&mut self, val: bool)
pub fn set_region20(&mut self, val: bool)
Enable protection for region 20. Write ‘0’ has no effect.
Sourcepub fn set_region21(&mut self, val: bool)
pub fn set_region21(&mut self, val: bool)
Enable protection for region 21. Write ‘0’ has no effect.
Sourcepub fn set_region22(&mut self, val: bool)
pub fn set_region22(&mut self, val: bool)
Enable protection for region 22. Write ‘0’ has no effect.
Sourcepub fn set_region23(&mut self, val: bool)
pub fn set_region23(&mut self, val: bool)
Enable protection for region 23. Write ‘0’ has no effect.
Sourcepub fn set_region24(&mut self, val: bool)
pub fn set_region24(&mut self, val: bool)
Enable protection for region 24. Write ‘0’ has no effect.
Sourcepub fn set_region25(&mut self, val: bool)
pub fn set_region25(&mut self, val: bool)
Enable protection for region 25. Write ‘0’ has no effect.
Sourcepub fn set_region26(&mut self, val: bool)
pub fn set_region26(&mut self, val: bool)
Enable protection for region 26. Write ‘0’ has no effect.
Sourcepub fn set_region27(&mut self, val: bool)
pub fn set_region27(&mut self, val: bool)
Enable protection for region 27. Write ‘0’ has no effect.
Sourcepub fn set_region28(&mut self, val: bool)
pub fn set_region28(&mut self, val: bool)
Enable protection for region 28. Write ‘0’ has no effect.
Sourcepub fn set_region29(&mut self, val: bool)
pub fn set_region29(&mut self, val: bool)
Enable protection for region 29. Write ‘0’ has no effect.
Sourcepub fn set_region30(&mut self, val: bool)
pub fn set_region30(&mut self, val: bool)
Enable protection for region 30. Write ‘0’ has no effect.
Sourcepub fn set_region31(&mut self, val: bool)
pub fn set_region31(&mut self, val: bool)
Enable protection for region 31. Write ‘0’ has no effect.
Trait Implementations§
impl Copy for Config0
impl Eq for Config0
impl StructuralPartialEq for Config0
Auto Trait Implementations§
impl Freeze for Config0
impl RefUnwindSafe for Config0
impl Send for Config0
impl Sync for Config0
impl Unpin for Config0
impl UnwindSafe for Config0
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
)