Struct atsamd_hal::time::Hertz
source · [−]pub struct Hertz(pub u32);
Expand description
Hertz
Tuple Fields
0: u32
Trait Implementations
sourceimpl From<Hertz> for Microseconds
impl From<Hertz> for Microseconds
sourceimpl From<Hertz> for Nanoseconds
impl From<Hertz> for Nanoseconds
sourceimpl From<Microseconds> for Hertz
impl From<Microseconds> for Hertz
sourcefn from(item: Microseconds) -> Self
fn from(item: Microseconds) -> Self
Converts to this type from the input type.
sourceimpl From<Nanoseconds> for Hertz
impl From<Nanoseconds> for Hertz
sourcefn from(item: Nanoseconds) -> Self
fn from(item: Nanoseconds) -> Self
Converts to this type from the input type.
sourceimpl Into<Hertz> for AcAnaClock
impl Into<Hertz> for AcAnaClock
sourceimpl Into<Hertz> for AcDigClock
impl Into<Hertz> for AcDigClock
sourceimpl Into<Hertz> for Evsys0Clock
impl Into<Hertz> for Evsys0Clock
sourceimpl Into<Hertz> for Evsys1Clock
impl Into<Hertz> for Evsys1Clock
sourceimpl Into<Hertz> for Evsys2Clock
impl Into<Hertz> for Evsys2Clock
sourceimpl Into<Hertz> for Evsys3Clock
impl Into<Hertz> for Evsys3Clock
sourceimpl Into<Hertz> for Evsys4Clock
impl Into<Hertz> for Evsys4Clock
sourceimpl Into<Hertz> for Evsys5Clock
impl Into<Hertz> for Evsys5Clock
sourceimpl Into<Hertz> for Sercom0CoreClock
impl Into<Hertz> for Sercom0CoreClock
sourceimpl Into<Hertz> for Sercom1CoreClock
impl Into<Hertz> for Sercom1CoreClock
sourceimpl Into<Hertz> for Sercom2CoreClock
impl Into<Hertz> for Sercom2CoreClock
sourceimpl Into<Hertz> for Tc1Tc2Clock
impl Into<Hertz> for Tc1Tc2Clock
impl Copy for Hertz
impl Eq for Hertz
impl StructuralEq for Hertz
impl StructuralPartialEq for Hertz
Auto Trait Implementations
impl RefUnwindSafe for Hertz
impl Send for Hertz
impl Sync for Hertz
impl Unpin for Hertz
impl UnwindSafe for Hertz
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more