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

type PDCRA = Reg<u32, _PDCRA>;

Power Port A pull-down control register

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

For information about available fields see pdcra module

Trait Implementations

impl Readable for PDCRA[src]

read() method returns pdcra::R reader structure

impl ResetValue for PDCRA[src]

Register PDCRA reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCRA[src]

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