Struct nrf52840::TWI1[][src]

pub struct TWI1 { /* fields omitted */ }

I2C compatible Two-Wire Interface 1

Methods

impl TWI1
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for TWI1
[src]

impl Deref for TWI1
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for TWI1