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

type RNCR = Reg<u32, _RNCR>;

Receive Next Counter Register

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

For information about available fields see rncr module

Trait Implementations

impl Readable for RNCR[src]

read() method returns rncr::R reader structure

impl ResetValue for RNCR[src]

Register RNCR reset()’s with value 0

type Type = u32

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

impl Writable for RNCR[src]

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