#[repr(C)]pub struct CSV {
pub ref_ctl: REF_CTL,
pub ref_limit: REF_LIMIT,
pub mon_ctl: MON_CTL,
}Expand description
Register block
Fields§
§ref_ctl: REF_CTL0x00 - Clock Supervision Reference Control
ref_limit: REF_LIMIT0x04 - Clock Supervision Reference Limits
mon_ctl: MON_CTL0x08 - Clock Supervision Monitor Control
Auto Trait Implementations§
impl !Freeze for CSV
impl !RefUnwindSafe for CSV
impl Send for CSV
impl !Sync for CSV
impl Unpin for CSV
impl UnwindSafe for CSV
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