#[repr(transparent)]pub struct Ipedctxctrl1(pub u32);Expand description
IPED context control 1
Tuple Fields§
§0: u32Implementations§
Source§impl Ipedctxctrl1
impl Ipedctxctrl1
Sourcepub const fn ctx0_freeze1(&self) -> u8
pub const fn ctx0_freeze1(&self) -> u8
Context Register Freeze for Region 0
Sourcepub const fn set_ctx0_freeze1(&mut self, val: u8)
pub const fn set_ctx0_freeze1(&mut self, val: u8)
Context Register Freeze for Region 0
Sourcepub const fn ctx1_freeze1(&self) -> u8
pub const fn ctx1_freeze1(&self) -> u8
Context Register Freeze for Region 1
Sourcepub const fn set_ctx1_freeze1(&mut self, val: u8)
pub const fn set_ctx1_freeze1(&mut self, val: u8)
Context Register Freeze for Region 1
Sourcepub const fn ctx2_freeze1(&self) -> u8
pub const fn ctx2_freeze1(&self) -> u8
Context Register Freeze for Region 2
Sourcepub const fn set_ctx2_freeze1(&mut self, val: u8)
pub const fn set_ctx2_freeze1(&mut self, val: u8)
Context Register Freeze for Region 2
Sourcepub const fn ctx3_freeze1(&self) -> u8
pub const fn ctx3_freeze1(&self) -> u8
Context Register Freeze for Region 3
Sourcepub const fn set_ctx3_freeze1(&mut self, val: u8)
pub const fn set_ctx3_freeze1(&mut self, val: u8)
Context Register Freeze for Region 3
Sourcepub const fn ctx4_freeze1(&self) -> u8
pub const fn ctx4_freeze1(&self) -> u8
Context Register Freeze for Region 4
Sourcepub const fn set_ctx4_freeze1(&mut self, val: u8)
pub const fn set_ctx4_freeze1(&mut self, val: u8)
Context Register Freeze for Region 4
Sourcepub const fn ctx5_freeze1(&self) -> u8
pub const fn ctx5_freeze1(&self) -> u8
Context Register Freeze for Region 5
Sourcepub const fn set_ctx5_freeze1(&mut self, val: u8)
pub const fn set_ctx5_freeze1(&mut self, val: u8)
Context Register Freeze for Region 5
Sourcepub const fn ctx6_freeze1(&self) -> u8
pub const fn ctx6_freeze1(&self) -> u8
Context Register Freeze for Region 6
Sourcepub const fn set_ctx6_freeze1(&mut self, val: u8)
pub const fn set_ctx6_freeze1(&mut self, val: u8)
Context Register Freeze for Region 6
Trait Implementations§
Source§impl Clone for Ipedctxctrl1
impl Clone for Ipedctxctrl1
Source§fn clone(&self) -> Ipedctxctrl1
fn clone(&self) -> Ipedctxctrl1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ipedctxctrl1
impl Debug for Ipedctxctrl1
Source§impl Default for Ipedctxctrl1
impl Default for Ipedctxctrl1
Source§fn default() -> Ipedctxctrl1
fn default() -> Ipedctxctrl1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ipedctxctrl1
impl PartialEq for Ipedctxctrl1
impl Copy for Ipedctxctrl1
impl Eq for Ipedctxctrl1
impl StructuralPartialEq for Ipedctxctrl1
Auto Trait Implementations§
impl Freeze for Ipedctxctrl1
impl RefUnwindSafe for Ipedctxctrl1
impl Send for Ipedctxctrl1
impl Sync for Ipedctxctrl1
impl Unpin for Ipedctxctrl1
impl UnwindSafe for Ipedctxctrl1
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