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

type RCR = Reg<u32, _RCR>;

Receive Counter Register

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

For information about available fields see rcr module

Trait Implementations

impl Readable for RCR[src]

read() method returns rcr::R reader structure

impl ResetValue for RCR[src]

Register RCR reset()’s with value 0

type Type = u32

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

impl Writable for RCR[src]

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