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

type PDCRC = Reg<u32, _PDCRC>;

Power Port C pull-down control register

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

For information about available fields see pdcrc module

Trait Implementations

impl Readable for PDCRC[src]

read() method returns pdcrc::R reader structure

impl ResetValue for PDCRC[src]

Register PDCRC reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRC[src]

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