#[repr(C)]pub struct CSV_REF {
pub csv: CSV,
}Expand description
Register block
Fields§
§csv: CSV0x00..0x0c - Active domain Clock Supervisor (CSV) registers for CSV Reference clock
Auto Trait Implementations§
impl !Freeze for CSV_REF
impl !RefUnwindSafe for CSV_REF
impl Send for CSV_REF
impl !Sync for CSV_REF
impl Unpin for CSV_REF
impl UnwindSafe for CSV_REF
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