Expand description
Type-level enum identifying one of 12 possible Gclk
s
The types implementing this trait, i.e. Gclk0Id
- Gclk11Id
, are
type-level variants of GclkId
, and they identify one of the 12 possible
generic clock generators.
GclkId
is the type-level equivalent of DynGclkId
. See the
documentation on type-level programming and specifically
type-level enums for more details.
Required Associated Types
sourcetype Divider: GclkDivider
type Divider: GclkDivider
Corresponding GclkDivider
type