[][src]Type Definition stm32wb_pac::aes2::SUSP2R

type SUSP2R = Reg<u32, _SUSP2R>;

AES suspend register 2

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

For information about available fields see susp2r module

Trait Implementations

impl Readable for SUSP2R[src]

read() method returns susp2r::R reader structure

impl ResetValue for SUSP2R[src]

Register SUSP2R reset()'s with value 0

type Type = u32

Register size

impl Writable for SUSP2R[src]

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