#[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.
Sourcepub fn set_region48(&mut self, val: bool)
pub fn set_region48(&mut self, val: bool)
Enable protection for region 48. Write ‘0’ has no effect.
Sourcepub fn set_region49(&mut self, val: bool)
pub fn set_region49(&mut self, val: bool)
Enable protection for region 49. Write ‘0’ has no effect.
Sourcepub fn set_region50(&mut self, val: bool)
pub fn set_region50(&mut self, val: bool)
Enable protection for region 50. Write ‘0’ has no effect.
Sourcepub fn set_region51(&mut self, val: bool)
pub fn set_region51(&mut self, val: bool)
Enable protection for region 51. Write ‘0’ has no effect.
Sourcepub fn set_region52(&mut self, val: bool)
pub fn set_region52(&mut self, val: bool)
Enable protection for region 52. Write ‘0’ has no effect.
Sourcepub fn set_region53(&mut self, val: bool)
pub fn set_region53(&mut self, val: bool)
Enable protection for region 53. Write ‘0’ has no effect.
Sourcepub fn set_region54(&mut self, val: bool)
pub fn set_region54(&mut self, val: bool)
Enable protection for region 54. Write ‘0’ has no effect.
Sourcepub fn set_region55(&mut self, val: bool)
pub fn set_region55(&mut self, val: bool)
Enable protection for region 55. Write ‘0’ has no effect.
Sourcepub fn set_region56(&mut self, val: bool)
pub fn set_region56(&mut self, val: bool)
Enable protection for region 56. Write ‘0’ has no effect.
Sourcepub fn set_region57(&mut self, val: bool)
pub fn set_region57(&mut self, val: bool)
Enable protection for region 57. Write ‘0’ has no effect.
Sourcepub fn set_region58(&mut self, val: bool)
pub fn set_region58(&mut self, val: bool)
Enable protection for region 58. Write ‘0’ has no effect.
Sourcepub fn set_region59(&mut self, val: bool)
pub fn set_region59(&mut self, val: bool)
Enable protection for region 59. Write ‘0’ has no effect.
Sourcepub fn set_region60(&mut self, val: bool)
pub fn set_region60(&mut self, val: bool)
Enable protection for region 60. Write ‘0’ has no effect.
Sourcepub fn set_region61(&mut self, val: bool)
pub fn set_region61(&mut self, val: bool)
Enable protection for region 61. Write ‘0’ has no effect.
Sourcepub fn set_region62(&mut self, val: bool)
pub fn set_region62(&mut self, val: bool)
Enable protection for region 62. Write ‘0’ has no effect.
Sourcepub fn set_region63(&mut self, val: bool)
pub fn set_region63(&mut self, val: bool)
Enable protection for region 63. 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
)