[][src]Type Definition nrf52811_pac::twi0::ADDRESS

type ADDRESS = Reg<u32, _ADDRESS>;

Address used in the TWI transfer

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see address module

Trait Implementations

impl Readable for ADDRESS[src]

read() method returns address::R reader structure

impl ResetValue for ADDRESS[src]

Register ADDRESS reset()'s with value 0

type Type = u32

Register size

impl Writable for ADDRESS[src]

write(|w| ..) method takes address::W writer structure