Struct nrf52840::spim0::IFTIMING[][src]

#[repr(C)]
pub struct IFTIMING { pub rxdelay: RXDELAY, pub csndur: CSNDUR, }

Register block

Fields

0x00 - Sample delay for input serial data on MISO

0x04 - Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions

Auto Trait Implementations

impl Send for IFTIMING

impl !Sync for IFTIMING