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

type PDCRE = Reg<u32, _PDCRE>;

Power Port E pull-down control register

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

For information about available fields see pdcre module

Trait Implementations

impl Readable for PDCRE[src]

read() method returns pdcre::R reader structure

impl ResetValue for PDCRE[src]

Register PDCRE reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRE[src]

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