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

The NXP mk20dx128 MCU

This is an ARM Cortex-M4 microcontroller produced by NXP. It is used on the Teensy 3.0 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::UsbClockSource;
pub use super::peripheral::systick::SysTick;
pub use super::peripheral::wdog::Watchdog;

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