pub unsafe fn ieee802154_udp(
board_kernel: &'static Kernel,
nrf52840_peripherals: &'static Nrf52840DefaultPeripherals<'static>,
mux_alarm: &'static MuxAlarm<'_, Rtc<'_>>,
) -> (&'static Eui64Driver, &'static Ieee802154Driver, &'static UDPDriver<'static>)
Expand description
Create the capsules needed for the in-kernel UDP and 15.4 stack.