[][src]Constant avr_config::CPU_FREQUENCY_HZ

pub const CPU_FREQUENCY_HZ: u32 = CPU_FREQUENCY_HZ_IMPL; // 16_000_000u32

The clock frequency of the current AVR microcontroller.

This value is set at compilation time.

This value is derived from the $AVR_CPU_FREQUENCY_HZ environment variable.

When this crate is compiled for a non-AVR target, this value simply becomes a reasonable default.