Type Alias avr_oxide::devices::OxideWallClock

source ·
pub type OxideWallClock<'a, 'b, T> = WallClock<'a, T, OxideSupervisor<'b>>;
Expand description

A low-frequency, high-accuracy clock event source that works with the standard AVRoxide Supervisor implementation.

Aliased Type§

struct OxideWallClock<'a, 'b, T> { /* private fields */ }