[][src]Type Definition nrf52832_pac::twis0::txd::MAXCNT

type MAXCNT = Reg<u32, _MAXCNT>;

Maximum number of bytes in TXD buffer

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

For information about available fields see maxcnt module

Trait Implementations

impl Readable for MAXCNT[src]

read() method returns maxcnt::R reader structure

impl ResetValue for MAXCNT[src]

Register MAXCNT reset()'s with value 0

type Type = u32

Register size

impl Writable for MAXCNT[src]

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