pub struct Grtc { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Grtc
impl Grtc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn cc(self, n: usize) -> Reg<Cc, RW>
pub const fn cc(self, n: usize) -> Reg<Cc, RW>
Description collection: Configuration of features for CC n of GRTC
Sourcepub const fn pwmconfig(self) -> Reg<Pwmconfig, RW>
pub const fn pwmconfig(self) -> Reg<Pwmconfig, RW>
Configuration of feature for PWMCONFIG of GRTC
Sourcepub const fn syscounter(self) -> Reg<Syscounter, RW>
pub const fn syscounter(self) -> Reg<Syscounter, RW>
Configuration of features for SYSCOUNTERL/SYSCOUNTERH of GRTC
Trait Implementations§
impl Copy for Grtc
impl Eq for Grtc
impl Send for Grtc
impl StructuralPartialEq for Grtc
impl Sync for Grtc
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
)