1#[doc = r"Register block"]
2#[repr(C)]
3pub struct IFTIMING {
4#[doc = "0x00 - Sample delay for input serial data on MISO"]
5pub rxdelay: RXDELAY,
6#[doc = "0x04 - Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions"]
7pub csndur: CSNDUR,
8}
9#[doc = "RXDELAY (rw) register accessor: an alias for `Reg<RXDELAY_SPEC>`"]
10pub type RXDELAY = crate::Reg<rxdelay::RXDELAY_SPEC>;
11#[doc = "Sample delay for input serial data on MISO"]
12pub mod rxdelay;
13#[doc = "CSNDUR (rw) register accessor: an alias for `Reg<CSNDUR_SPEC>`"]
14pub type CSNDUR = crate::Reg<csndur::CSNDUR_SPEC>;
15#[doc = "Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions"]
16pub mod csndur;