Crate frdm_kw41z [] [src]

Re-exports

pub extern crate mkw41z;
pub extern crate mkw41z_hal as hal;
pub use cortex_m::*;
pub use cortex_m_rt::*;
pub use hal::*;
pub use mkw41z::interrupt::*;
pub use mkw41z::*;

Macros

default_handler

This macro lets you override the default exception handler

exception

Assigns a handler to an exception

interrupt
iprint

Macro for sending a formatted string through an ITM channel

iprintln

Macro for sending a formatted string through an ITM channel, with a newline.

singleton

Macro to create a mutable reference to a statically allocated value