#[repr(transparent)]pub struct Ipedctxctrl0(pub u32);Expand description
IPED context control 0
Tuple Fields§
§0: u32Implementations§
Source§impl Ipedctxctrl0
impl Ipedctxctrl0
Sourcepub const fn ctx0_freeze0(&self) -> u8
pub const fn ctx0_freeze0(&self) -> u8
Context Register Freeze for Region 0
Sourcepub const fn set_ctx0_freeze0(&mut self, val: u8)
pub const fn set_ctx0_freeze0(&mut self, val: u8)
Context Register Freeze for Region 0
Sourcepub const fn ctx1_freeze0(&self) -> u8
pub const fn ctx1_freeze0(&self) -> u8
Context Register Freeze for Region 1
Sourcepub const fn set_ctx1_freeze0(&mut self, val: u8)
pub const fn set_ctx1_freeze0(&mut self, val: u8)
Context Register Freeze for Region 1
Sourcepub const fn ctx2_freeze0(&self) -> u8
pub const fn ctx2_freeze0(&self) -> u8
Context Register Freeze for Region 2
Sourcepub const fn set_ctx2_freeze0(&mut self, val: u8)
pub const fn set_ctx2_freeze0(&mut self, val: u8)
Context Register Freeze for Region 2
Sourcepub const fn ctx3_freeze0(&self) -> u8
pub const fn ctx3_freeze0(&self) -> u8
Context Register Freeze for Region 3
Sourcepub const fn set_ctx3_freeze0(&mut self, val: u8)
pub const fn set_ctx3_freeze0(&mut self, val: u8)
Context Register Freeze for Region 3
Sourcepub const fn ctx4_freeze0(&self) -> u8
pub const fn ctx4_freeze0(&self) -> u8
Context Register Freeze for Region 4
Sourcepub const fn set_ctx4_freeze0(&mut self, val: u8)
pub const fn set_ctx4_freeze0(&mut self, val: u8)
Context Register Freeze for Region 4
Sourcepub const fn ctx5_freeze0(&self) -> u8
pub const fn ctx5_freeze0(&self) -> u8
Context Register Freeze for Region 5
Sourcepub const fn set_ctx5_freeze0(&mut self, val: u8)
pub const fn set_ctx5_freeze0(&mut self, val: u8)
Context Register Freeze for Region 5
Sourcepub const fn ctx6_freeze0(&self) -> u8
pub const fn ctx6_freeze0(&self) -> u8
Context Register Freeze for Region 6
Sourcepub const fn set_ctx6_freeze0(&mut self, val: u8)
pub const fn set_ctx6_freeze0(&mut self, val: u8)
Context Register Freeze for Region 6
Trait Implementations§
Source§impl Clone for Ipedctxctrl0
impl Clone for Ipedctxctrl0
Source§fn clone(&self) -> Ipedctxctrl0
fn clone(&self) -> Ipedctxctrl0
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 Ipedctxctrl0
impl Debug for Ipedctxctrl0
Source§impl Default for Ipedctxctrl0
impl Default for Ipedctxctrl0
Source§fn default() -> Ipedctxctrl0
fn default() -> Ipedctxctrl0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ipedctxctrl0
impl PartialEq for Ipedctxctrl0
impl Copy for Ipedctxctrl0
impl Eq for Ipedctxctrl0
impl StructuralPartialEq for Ipedctxctrl0
Auto Trait Implementations§
impl Freeze for Ipedctxctrl0
impl RefUnwindSafe for Ipedctxctrl0
impl Send for Ipedctxctrl0
impl Sync for Ipedctxctrl0
impl Unpin for Ipedctxctrl0
impl UnwindSafe for Ipedctxctrl0
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