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

type ISR = Reg<u32, _ISR>;

Interrupt Status Register

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

For information about available fields see isr module

Trait Implementations

impl Readable for ISR[src]

read() method returns isr::R reader structure

impl ResetValue for ISR[src]

Register ISR reset()’s with value 0

type Type = u32

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

impl Writable for ISR[src]

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