Struct TSC
pub struct TSC { /* private fields */ }
Expand description
TSC peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for TSC
impl Peripheral for TSC
impl RccPeripheral for TSC
Auto Trait Implementations§
impl Freeze for TSC
impl RefUnwindSafe for TSC
impl Send for TSC
impl Sync for TSC
impl Unpin for TSC
impl UnwindSafe for TSC
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