SUSP6R

Type Alias SUSP6R 

Source
pub type SUSP6R = Reg<u32, _SUSP6R>;
Expand description

AES suspend register 6

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

For information about available fields see susp6r module

Aliased Type§

pub struct SUSP6R { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SUSP6R

Register SUSP6R reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SUSP6R

read() method returns susp6r::R reader structure

Source§

impl Writable for SUSP6R

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