Type Definition atsam4sd32b_pac::uart0::RNPR[][src]

type RNPR = Reg<u32, _RNPR>;

Receive Next Pointer Register

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

For information about available fields see rnpr module

Trait Implementations

impl Readable for RNPR[src]

read() method returns rnpr::R reader structure

impl ResetValue for RNPR[src]

Register RNPR reset()’s with value 0

type Type = u32

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

impl Writable for RNPR[src]

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