Module clock

Source
Expand description

MCU core clock support.

This module contains common definitions to abtract over the MCU core clock speed. avr-hal does not support changing the clock-speed at runtime.

Most items in this module are re-exported from avr_hal_generic::clock.

Structs§

MHz1
1 MHz Clock
MHz8
8 MHz Clock
MHz10
10 MHz Clock
MHz12
12 MHz Clock
MHz16
16 MHz Clock
MHz20
20 MHz Clock
MHz24
24 MHz Clock

Traits§

Clock
A clock speed