Type Definition SUSP3R
Other items instm32wb_stm32hal::stm32wb55::aes2
type SUSP3R = Reg<u32, _SUSP3R>;
AES suspend register 3
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see susp3r module
impl ResetValue for SUSP3R
Register SUSP3R reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for SUSP3R
read() method returns susp3r::R reader structure
read()
impl Writable for SUSP3R
write(|w| ..) method takes susp3r::W writer structure
write(|w| ..)