Crate nucleo_f042k6 [] [src]

Re-exports

pub extern crate stm32f042;
pub extern crate stm32f042_hal as hal;
pub use cortex_m::*;
pub use cortex_m_rt::*;
pub use hal::*;
pub use stm32f042::interrupt::*;
pub use stm32f042::*;

Macros

entry

Macro to define the entry point of the program

exception

Macro to set or override a processor core exception handler

interrupt

Macro to override a device specific interrupt handler

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