pub struct CaptureLSpec;Expand description
Local Capture Low for CPU
You can read this register and get capture_l::R. See API.
Trait Implementations§
impl Readable for CaptureLSpec
read() method returns capture_l::R reader structure
Source§impl RegisterSpec for CaptureLSpec
impl RegisterSpec for CaptureLSpec
Source§impl Resettable for CaptureLSpec
reset() method sets CAPTURE_L to value 0
impl Resettable for CaptureLSpec
reset() method sets CAPTURE_L to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CaptureLSpec
impl RefUnwindSafe for CaptureLSpec
impl Send for CaptureLSpec
impl Sync for CaptureLSpec
impl Unpin for CaptureLSpec
impl UnsafeUnpin for CaptureLSpec
impl UnwindSafe for CaptureLSpec
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