[][src]Type Definition stm32f3::stm32f3x8::dbgmcu::APB2FZ

type APB2FZ = Reg<u32, _APB2FZ>;

APB High Freeze Register

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

For information about available fields see apb2fz module

Trait Implementations

impl Readable for APB2FZ[src]

read() method returns apb2fz::R reader structure

impl ResetValue for APB2FZ[src]

Register APB2FZ reset()'s with value 0

type Type = u32

Register size

impl Writable for APB2FZ[src]

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