Type Definition atsame54n19a_pac::gmac::NCR[][src]

type NCR = Reg<u32, _NCR>;

Network Control Register

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

For information about available fields see ncr module

Trait Implementations

impl Readable for NCR[src]

read() method returns ncr::R reader structure

impl ResetValue for NCR[src]

Register NCR reset()’s with value 0

type Type = u32

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

impl Writable for NCR[src]

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