components

Module thread_network

Source
Expand description

Component to initialize the Thread Network.

This provides one Component, ThreadNetworkComponent. This component initializes a Thread Network controller for maintaining and managing a Thread network.

§Usage

       let thread_driver = components::thread_network::ThreadNetworkComponent::new(
            board_kernel,
            capsules_extra::net::thread::driver::DRIVER_NUM,
            udp_send_mux,
            udp_recv_mux,
            udp_port_table,
            aes_mux,
            device_id,
            mux_alarm,
        )
        .finalize(components::thread_network_component_static!(
        nrf52840::rtc::Rtc,
        nrf52840::aes::AesECB<'static>
        ));

Structs§

Constants§