Software

std example

stm32f446re example

iol


crate iol
├── mod common: pub(crate)
│   ├── mod annex_a: pub
│   └── mod annex_b: pub
│       └── mod direct_parameter_page_1_and_2: pub
│           └── mod address: pub
└── mod master: pub #[cfg(feature = "master")]
    ├── mod dl: pub(self)
    │   ├── mod dl_mode_handler: pub(self)
    │   └── mod message_handler: pub(self)
    │       ├── mod m_sequences: pub(self)
    │       └── mod state_machine: pub(self)
    ├── mod pl: pub(self)
    └── mod port_power_switching: pub(self)

l6360