Struct rubble_nrf5x::timer::StampSource [−][src]
pub struct StampSource<T: NrfTimerExt> {
inner: T,
}Expand description
A timer interface that only allows reading the current time stamp.
Fields
inner: Tpub struct StampSource<T: NrfTimerExt> {
inner: T,
}A timer interface that only allows reading the current time stamp.
inner: T