Type Definition atsame70j20_pac::afec0::CWR[][src]

type CWR = Reg<u32, _CWR>;

AFEC Compare Window Register

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

For information about available fields see cwr module

Trait Implementations

impl Readable for CWR[src]

read() method returns cwr::R reader structure

impl ResetValue for CWR[src]

Register CWR reset()’s with value 0

type Type = u32

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

impl Writable for CWR[src]

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