[][src]Type Definition stm32wb_pac::pwr::PDCRB

type PDCRB = Reg<u32, _PDCRB>;

Power Port B pull-down control register

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

For information about available fields see pdcrb module

Trait Implementations

impl Readable for PDCRB[src]

read() method returns pdcrb::R reader structure

impl ResetValue for PDCRB[src]

Register PDCRB reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRB[src]

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