Struct nrf52840_pac::spim0::iftiming::IFTIMING
source · #[repr(C)]pub struct IFTIMING {
pub rxdelay: RXDELAY,
pub csndur: CSNDUR,
}
Expand description
Register block
Fields§
§rxdelay: RXDELAY
0x00 - Sample delay for input serial data on MISO
csndur: CSNDUR
0x04 - Minimum duration between edge of CSN and edge of SCK and minimum duration CSN must stay high between transactions
Auto Trait Implementations§
impl !Freeze for IFTIMING
impl !RefUnwindSafe for IFTIMING
impl Send for IFTIMING
impl !Sync for IFTIMING
impl Unpin for IFTIMING
impl UnwindSafe for IFTIMING
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more