Macro esp_ward::take_system

source ·
macro_rules! take_system {
    ($peripherals:ident) => { ... };
}
Expand description

Splits the SYSTEM peripheral into its constituent parts. This macro is a convenience wrapper for quickly accessing system components.

§Examples

let peripherals = esp_ward::take_periph!();
let system_parts = esp_ward::take_system!(peripherals);