Type Definition stm32g0::stm32g081::dbg::APB_FZ2[][src]

type APB_FZ2 = Reg<u32, _APB_FZ2>;

DBG APB freeze register 2

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

For information about available fields see apb_fz2 module

Trait Implementations

impl Readable for APB_FZ2[src]

read() method returns apb_fz2::R reader structure

impl ResetValue for APB_FZ2[src]

Register APB_FZ2 reset()'s with value 0

type Type = u32

Register size

impl Writable for APB_FZ2[src]

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