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

type PUCRA = Reg<u32, _PUCRA>;

Power Port A pull-up control register

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

For information about available fields see pucra module

Trait Implementations

impl Readable for PUCRA[src]

read() method returns pucra::R reader structure

impl ResetValue for PUCRA[src]

Register PUCRA reset()'s with value 0

type Type = u32

Register size

impl Writable for PUCRA[src]

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