Type Definition SUSP4R
Other items instm32wb_stm32hal::stm32wb55::aes1
type SUSP4R = Reg<u32, _SUSP4R>;
AES suspend register 4
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 susp4r module
impl ResetValue for SUSP4R
Register SUSP4R reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for SUSP4R
read() method returns susp4r::R reader structure
read()
impl Writable for SUSP4R
write(|w| ..) method takes susp4r::W writer structure
write(|w| ..)