Type Alias avr_oxide::devices::OxideMasterClock

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

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

Aliased Type§

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