#[repr(transparent)]pub struct Config1(pub u32);
Expand description
Block protect configuration register 1
Tuple Fields§
§0: u32
Implementations§
Source§impl Config1
impl Config1
Sourcepub fn set_region32(&mut self, val: bool)
pub fn set_region32(&mut self, val: bool)
Enable protection for region 32. Write ‘0’ has no effect.
Sourcepub fn set_region33(&mut self, val: bool)
pub fn set_region33(&mut self, val: bool)
Enable protection for region 33. Write ‘0’ has no effect.
Sourcepub fn set_region34(&mut self, val: bool)
pub fn set_region34(&mut self, val: bool)
Enable protection for region 34. Write ‘0’ has no effect.
Sourcepub fn set_region35(&mut self, val: bool)
pub fn set_region35(&mut self, val: bool)
Enable protection for region 35. Write ‘0’ has no effect.
Sourcepub fn set_region36(&mut self, val: bool)
pub fn set_region36(&mut self, val: bool)
Enable protection for region 36. Write ‘0’ has no effect.
Sourcepub fn set_region37(&mut self, val: bool)
pub fn set_region37(&mut self, val: bool)
Enable protection for region 37. Write ‘0’ has no effect.
Sourcepub fn set_region38(&mut self, val: bool)
pub fn set_region38(&mut self, val: bool)
Enable protection for region 38. Write ‘0’ has no effect.
Sourcepub fn set_region39(&mut self, val: bool)
pub fn set_region39(&mut self, val: bool)
Enable protection for region 39. Write ‘0’ has no effect.
Sourcepub fn set_region40(&mut self, val: bool)
pub fn set_region40(&mut self, val: bool)
Enable protection for region 40. Write ‘0’ has no effect.
Sourcepub fn set_region41(&mut self, val: bool)
pub fn set_region41(&mut self, val: bool)
Enable protection for region 41. Write ‘0’ has no effect.
Sourcepub fn set_region42(&mut self, val: bool)
pub fn set_region42(&mut self, val: bool)
Enable protection for region 42. Write ‘0’ has no effect.
Sourcepub fn set_region43(&mut self, val: bool)
pub fn set_region43(&mut self, val: bool)
Enable protection for region 43. Write ‘0’ has no effect.
Sourcepub fn set_region44(&mut self, val: bool)
pub fn set_region44(&mut self, val: bool)
Enable protection for region 44. Write ‘0’ has no effect.
Sourcepub fn set_region45(&mut self, val: bool)
pub fn set_region45(&mut self, val: bool)
Enable protection for region 45. Write ‘0’ has no effect.
Sourcepub fn set_region46(&mut self, val: bool)
pub fn set_region46(&mut self, val: bool)
Enable protection for region 46. Write ‘0’ has no effect.
Sourcepub fn set_region47(&mut self, val: bool)
pub fn set_region47(&mut self, val: bool)
Enable protection for region 47. Write ‘0’ has no effect.
Trait Implementations§
impl Copy for Config1
impl Eq for Config1
impl StructuralPartialEq for Config1
Auto Trait Implementations§
impl Freeze for Config1
impl RefUnwindSafe for Config1
impl Send for Config1
impl Sync for Config1
impl Unpin for Config1
impl UnwindSafe for Config1
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
)