[][src]Type Definition nrf52811_pac::spim1::rxd::MAXCNT

type MAXCNT = Reg<u32, _MAXCNT>;

Maximum number of bytes in receive 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