pub struct TSC { /* private fields */ }Expand description
TSC peripheral
Implementationsยง
Trait Implementationsยง
impl Copy for TSC
impl PeripheralType 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