Type Definition atsam4sd32b_pac::twi0::TNCR[][src]

type TNCR = Reg<u32, _TNCR>;

Transmit Next Counter Register

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

For information about available fields see tncr module

Trait Implementations

impl Readable for TNCR[src]

read() method returns tncr::R reader structure

impl ResetValue for TNCR[src]

Register TNCR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for TNCR[src]

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