[][src]Type Definition atsam4e16e_pac::tc1::RCR1

type RCR1 = Reg<u32, _RCR1>;

Receive Counter Register (pdc = 1)

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

For information about available fields see rcr1 module

Trait Implementations

impl Readable for RCR1[src]

read() method returns rcr1::R reader structure

impl ResetValue for RCR1[src]

Register RCR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for RCR1[src]

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