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

type PUCRD = Reg<u32, _PUCRD>;

Power Port D pull-up control register

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

For information about available fields see pucrd module

Trait Implementations

impl Readable for PUCRD[src]

read() method returns pucrd::R reader structure

impl ResetValue for PUCRD[src]

Register PUCRD reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRD[src]

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