pub struct Cc { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Cc
impl Cc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ccl(self) -> Reg<u32, RW>
pub const fn ccl(self) -> Reg<u32, RW>
Description cluster: The lower 32-bits of Capture/Compare register CC[n]
Sourcepub const fn cch(self) -> Reg<Cch, RW>
pub const fn cch(self) -> Reg<Cch, RW>
Description cluster: The higher 32-bits of Capture/Compare register CC[n]
Trait Implementations§
impl Copy for Cc
impl Eq for Cc
impl Send for Cc
impl StructuralPartialEq for Cc
impl Sync for Cc
Auto Trait Implementations§
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)