[][src]Type Definition atsame70j19b::aes::AES_MR

type AES_MR = Reg<u32, _AES_MR>;

Mode Register

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

For information about available fields see aes_mr module

Trait Implementations

impl Readable for AES_MR[src]

read() method returns aes_mr::R reader structure

impl ResetValue for AES_MR[src]

Register AES_MR reset()'s with value 0

type Type = u32

Register size

impl Writable for AES_MR[src]

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