[][src]Module cntrlr::hw::mcu::kinetis::mkl26z64

The NXP mkl26z64 microcontroller

This is an ARM Cortex-M0 microcontroller produced by NXP. It is used on the Teensy LC board.

Re-exports

pub use super::peripheral::mcg::OscRange;
pub use super::peripheral::osc::Osc;
pub use super::peripheral::port::UartRx;
pub use super::peripheral::port::UartTx;
pub use super::peripheral::sim::PeripheralClockSource;
pub use super::peripheral::sim::UartClockSource;
pub use super::peripheral::sim::UsbClockSource;
pub use super::peripheral::systick::SysTick;

Type Definitions

Clock

The current mode of the system clock

Mcg

The handle to the MCG

Pin

A Pin

Port

A Port instance

Sim

The System Integration Module

Uart

A UART instance