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

type RSR = Reg<u32, _RSR>;

Receive Status Register

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

For information about available fields see rsr module

Trait Implementations

impl Readable for RSR[src]

read() method returns rsr::R reader structure

impl ResetValue for RSR[src]

Register RSR reset()’s with value 0

type Type = u32

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

impl Writable for RSR[src]

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