[][src]Type Definition stm32wb_pac::dbgmcu::APB2FZR

type APB2FZR = Reg<u32, _APB2FZR>;

APB2 Freeze Register CPU1

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

For information about available fields see apb2fzr module

Trait Implementations

impl Readable for APB2FZR[src]

read() method returns apb2fzr::R reader structure

impl ResetValue for APB2FZR[src]

Register APB2FZR reset()'s with value 0

type Type = u32

Register size

impl Writable for APB2FZR[src]

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