nrf52840 0.2.0

Peripheral access API for nrf52840 microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Sample delay for input serial data on MISO"]
pub struct RXDELAY {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Sample delay for input serial data on MISO"]
pub mod rxdelay;
#[doc = "Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions"]
pub struct CSNDUR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions"]
pub mod csndur;