[][src]Type Definition rsl10_pac::bb::BB_AESCNTL

type BB_AESCNTL = Reg<u32, _BB_AESCNTL>;

AES-128 ciphering control register

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

For information about available fields see bb_aescntl module

Trait Implementations

impl Readable for BB_AESCNTL[src]

read() method returns bb_aescntl::R reader structure

impl ResetValue for BB_AESCNTL[src]

Register BB_AESCNTL reset()'s with value 0

type Type = u32

Register size

impl Writable for BB_AESCNTL[src]

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