[][src]Type Definition atsamd51p19a::aes::INDATA

type INDATA = Reg<u32, _INDATA>;

Indata

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

For information about available fields see indata module

Trait Implementations

impl Readable for INDATA[src]

read() method returns indata::R reader structure

impl ResetValue for INDATA[src]

Register INDATA reset()'s with value 0

type Type = u32

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

impl Writable for INDATA[src]

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