Type Definition atsam4sd32b_pac::spi::RPR[][src]

type RPR = Reg<u32, _RPR>;

Receive Pointer Register

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

For information about available fields see rpr module

Trait Implementations

impl Readable for RPR[src]

read() method returns rpr::R reader structure

impl ResetValue for RPR[src]

Register RPR reset()’s with value 0

type Type = u32

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

impl Writable for RPR[src]

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