statime 0.4.0

Precision Time Protocol implementation library for embedded and desktops
Documentation
1
2
3
4
#[derive(Default, Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)]
pub(crate) struct InternalCurrentDS {
    pub(crate) steps_removed: u16,
}