nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
1
2
3
4
5
6
#[doc = "Result of last incoming frame"]
pub struct RX {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Result of last incoming frame"]
pub mod rx;