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

type APB1_FZ = Reg<u32, _APB1_FZ>;

APB Low Freeze Register

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

For information about available fields see apb1_fz module

Trait Implementations

impl Readable for APB1_FZ[src]

read() method returns apb1_fz::R reader structure

impl ResetValue for APB1_FZ[src]

Register APB1_FZ reset()'s with value 0

type Type = u32

Register size

impl Writable for APB1_FZ[src]

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