[][src]Type Definition nrf52832_pac::twim0::psel::SDA

type SDA = Reg<u32, _SDA>;

Pin select for SDA signal

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

For information about available fields see sda module

Trait Implementations

impl Readable for SDA[src]

read() method returns sda::R reader structure

impl ResetValue for SDA[src]

Register SDA reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for SDA[src]

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