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

type PUCRB = Reg<u32, _PUCRB>;

Power Port B pull-up control register

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

For information about available fields see pucrb module

Trait Implementations

impl Readable for PUCRB[src]

read() method returns pucrb::R reader structure

impl ResetValue for PUCRB[src]

Register PUCRB reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRB[src]

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