Type Definition atsame54p19a_pac::gmac::TPQ[][src]

type TPQ = Reg<u32, _TPQ>;

Transmit Pause Quantum Register

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

For information about available fields see tpq module

Trait Implementations

impl Readable for TPQ[src]

read() method returns tpq::R reader structure

impl ResetValue for TPQ[src]

Register TPQ reset()’s with value 0xffff

type Type = u32

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

impl Writable for TPQ[src]

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