Macro property

Source
macro_rules! property {
    ("chip") => { ... };
    ("arch") => { ... };
    ("cores") => { ... };
    ("cores", str) => { ... };
    ("trm") => { ... };
    ("assist_debug.has_sp_monitor") => { ... };
    ("assist_debug.has_region_monitor") => { ... };
    ("gpio.has_bank_1") => { ... };
    ("gpio.gpio_function") => { ... };
    ("gpio.gpio_function", str) => { ... };
    ("gpio.constant_0_input") => { ... };
    ("gpio.constant_0_input", str) => { ... };
    ("gpio.constant_1_input") => { ... };
    ("gpio.constant_1_input", str) => { ... };
    ("gpio.remap_iomux_pin_registers") => { ... };
    ("gpio.func_in_sel_offset") => { ... };
    ("gpio.func_in_sel_offset", str) => { ... };
    ("gpio.input_signal_max") => { ... };
    ("gpio.input_signal_max", str) => { ... };
    ("gpio.output_signal_max") => { ... };
    ("gpio.output_signal_max", str) => { ... };
    ("i2c_master.has_fsm_timeouts") => { ... };
    ("i2c_master.has_hw_bus_clear") => { ... };
    ("i2c_master.has_bus_timeout_enable") => { ... };
    ("i2c_master.separate_filter_config_registers") => { ... };
    ("i2c_master.can_estimate_nack_reason") => { ... };
    ("i2c_master.has_conf_update") => { ... };
    ("i2c_master.has_reliable_fsm_reset") => { ... };
    ("i2c_master.has_arbitration_en") => { ... };
    ("i2c_master.has_tx_fifo_watermark") => { ... };
    ("i2c_master.bus_timeout_is_exponential") => { ... };
    ("i2c_master.max_bus_timeout") => { ... };
    ("i2c_master.max_bus_timeout", str) => { ... };
    ("i2c_master.ll_intr_mask") => { ... };
    ("i2c_master.ll_intr_mask", str) => { ... };
    ("i2c_master.fifo_size") => { ... };
    ("i2c_master.fifo_size", str) => { ... };
    ("interrupts.status_registers") => { ... };
    ("interrupts.status_registers", str) => { ... };
    ("spi_master.has_octal") => { ... };
    ("timergroup.timg_has_timer1") => { ... };
    ("wifi.has_wifi6") => { ... };
}
Available on crate feature _device-selected only.
Expand description

The properties of this chip and its drivers.