Struct nrf52840::TWI0[][src]

pub struct TWI0 { /* fields omitted */ }

I2C compatible Two-Wire Interface 0

Methods

impl TWI0
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for TWI0
[src]

impl Deref for TWI0
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for TWI0