[][src]Type Definition nrf51::spis1::MAXRX

type MAXRX = Reg<u32, _MAXRX>;

Maximum number of bytes in the receive buffer.

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

For information about available fields see maxrx module

Trait Implementations

impl Readable for MAXRX[src]

read() method returns maxrx::R reader structure

impl ResetValue for MAXRX[src]

Register MAXRX reset()'s with value 0

type Type = u32

Register size

impl Writable for MAXRX[src]

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