Type Definition NVDSSA
Other items instm32l4_stm32hal::stm32l4x1::firewall
type NVDSSA = Reg<u32, _NVDSSA>;
Non-volatile data segment start address
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 nvdssa module
impl ResetValue for NVDSSA
Register NVDSSA reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for NVDSSA
read() method returns nvdssa::R reader structure
read()
impl Writable for NVDSSA
write(|w| ..) method takes nvdssa::W writer structure
write(|w| ..)